Gets or sets a value indicating whether users are allowed to select more than one date cell at a time.
Namespace: MindFusion.Scheduling
File: Selection.js
JavaScript Copy Code |
---|
get allowMultiple() {} |
Boolean. true if multiple selection is enabled, otherwise false.
Here is how you check if multiple selection is allowed. Note: the code assumes you have initialized a <div> element with id “calendar” in a web page that references the JavaScript file, which contains this code:
JavaScript Copy Code |
---|
// create a new instance of the calendar if (calendar.selection.allowMultiple) |