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
SyntaxJavaScript
Copy Code
|
|---|
get allowMultiple() {} |
Boolean
True if multiple selection is enabled, otherwise false.
ExampleHere 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) |
See Also