Gets or sets a value indicating whether the built-in forms for item editing will be used.
Namespace: MindFusion.Scheduling
File: Calendar.js
JavaScript Copy Code |
---|
get useForms() {} |
Boolean
True if the built-in forms will be used, otherwise false.
The following code disables the built-in forms for item creation and modification.
JavaScript Copy Code |
---|
// disable this built-in forms for item creation and modification calendar.useForms = false; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |