SchedulerEditableSettingsTagHelper

Example

Razor
<editable>
    <editable-window></editable-window>
    <scheduler-editable-template></scheduler-editable-template>
</editable>

ChildTags

Tag NameDetails
editable-windowWindowTagHelper
scheduler-editable-templateTemplateTagHelper

Attributes

AttributeTypeDescription
confirmationBooleanIf 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.
createBooleanIf set to true the user can create new events. Creating is enabled by default.
destroyBooleanIf set to true the user can delete events from the view by clicking the "destroy" button. Deleting is enabled by default.
edit-recurring-modeStringRecurring 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.
enabledBoolean
moveBooleanIf set to true the scheduler allows event moving. Dragging the event changes the start and end time.
resizeBooleanIf set to true the scheduler allows event resizing. Dragging the resize handles changes the start or end time of the event.
templateStringThe 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-handlerStringThe 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-idStringThe 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-viewIHtmlContentThe 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.
updateBooleanIf set to true the user can update events. Updating is enabled by default.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support