Gets or sets a value indicating whether the built-in forms for item editing will be used.
Namespace: MindFusion.Scheduling
File: Calendar.js
SyntaxJavaScript
Copy Code
|
|---|
get useForms() {} |
Boolean
True if the built-in forms will be used, otherwise false.
ExampleThe 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; |
See Also