Search
Calendar.useForms Property
See Also
 






Gets or sets a value indicating whether the built-in forms for item editing will be used.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get useForms() {}
set useForms(value) {}

 Property Value

Boolean

True if the built-in forms will be used, otherwise false.

 Example

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;

 See Also