Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
kendo-multi-calendar
Advanced tools
Extended Kendo UI Calendar widget that supports multiselection. Demo
npm i kendo-multi-calendar
kendo-multi-calendar(.min).js script should be included in your project along with kendo-ui-core or kendo-ui.
var multiCalendar = $("#multiCalendar").kendoMultiCalendar({
// use 'values' option instead of 'value',
// defaults to []
values: [new Date(), new Date(2016, 5, 2)],
// set selection limits,
// defaults to null - no limit
maxSelectedItems: 3,
// if true - only today date will be selected after click on date in footer,
// if false - today date will be added to selected dates,
// defaults to true
cleanSelectedItemsOnTodayClick: false,
//... everything else is just like in ordinary Kendo UI Calendar
}).data('kendoMultiCalendar');
multiCalendar.values([]);
This module also contains type declarations.
// use 'reference' directive
/// <reference path="node_modules/kendo-multi-calendar/dist/kendo-multi-calendar.d.ts" />
// or add types to 'compilerOptions' in your tsconfig.json:
// ...
// "types": [ "kendo-multi-calendar" ],
// ...
const calendar = new kendoExt.MultiCalendar('#multiCalendar');
FAQs
Kendo UI calendar with multiple date selection.
The npm package kendo-multi-calendar receives a total of 27 weekly downloads. As such, kendo-multi-calendar popularity was classified as not popular.
We found that kendo-multi-calendar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.