SchedulerViewEditableSettingsTagHelper
Example
Razor
<editable/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| 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. |
| enabled | Boolean | Enables or disables the configuration. |
| update | Boolean | If set to true the user can update events. Updating is enabled by default. |