confirmation |
Boolean |
If set to true the scheduler will display a confirmation dialog when the user clicks the "destroy" button.Can be set to a string which will be used as the confirmation text. |
create |
Boolean |
If set to true the user can create new events. Creating is enabled by default. |
destroy |
Boolean |
If set to true the user can delete events from the view by clicking the "destroy" button. Deleting is enabled by default. |
edit-recurring-mode |
String |
Recurring events edit mode. The available modes are: - "dialog" (default) - displays a dialog that allows the user to choose whether the current occurrence or the entire series will be edited; - "series" - displays an editor for updating the entire series; - "occurrence" - only the current occurrence will be edited. |
enabled |
Boolean |
|
move |
Boolean |
If set to true the scheduler allows event moving. Dragging the event changes the start and end time. |
resize |
Boolean |
If set to true the scheduler allows event resizing. Dragging the resize handles changes the start or end time of the event. |
template |
String |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Scheduler will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
template-handler |
String |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Scheduler will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
template-id |
String |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Scheduler will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
template-view |
IHtmlContent |
The template which renders the editor.The template should contain elements whose name HTML attributes are set as the editable fields. This is how the Scheduler will know which field to update. The other option is to use MVVM bindings in order to bind HTML elements to data item fields. |
update |
Boolean |
If set to true the user can update events. Updating is enabled by default. |