SchedulerMessagesSettingsTagHelper
Example
Razor
<messages>
<editable></editable>
<recurrence-editor></recurrence-editor>
<recurrence-messages />
<scheduler-editor />
<scheduler-views />
</messages>
ChildTags
| Tag Name | Details |
|---|---|
| editable | SchedulerMessagesEditableSettingsTagHelper |
| recurrence-editor | SchedulerMessagesRecurrenceEditorSettingsTagHelper |
| recurrence-messages | SchedulerMessagesRecurrenceMessagesSettingsTagHelper |
| scheduler-editor | SchedulerMessagesEditorSettingsTagHelper |
| scheduler-views | SchedulerMessagesViewsSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| all-day | String | The text similar to "all day" displayed in day,week and agenda views. |
| ariaeventlabel | String | Specifies the format string used to populate the aria-label attribute value of the selected event element.The arguments which can be used in the format string are: {0} - represents the title of the selected event.; {1} - represents the start date of the event. or {2} - represents the start time of the event. |
| ariaslotlabel | String | Specifies the format string used to populate the aria-label attribute value of the selected slot element.The arguments which can be used in the format string are: {0} - represents the start date of the slot. or {1} - represents the end date of the slot. |
| cancel | String | The text similar to "Cancel" displayed in scheduler. |
| date | String | The text similar to "Date" displayed in scheduler. |
| default-row-text | String | The text similar to "All events" displayed in timeline views when there is no vertical grouping. |
| delete-window-title | String | The text similar to "Delete event" displayed as title of the scheduler delete event window. |
| destroy | String | The text similar to "Delete" displayed in scheduler. |
| event | String | The text similar to "Event" displayed in scheduler. |
| next | String | The tooltip of the next navigation button. |
| no-data | String | The text displayed in the Scheduler year view Tooltip when there are no events on the selected date. |
| String | The text displayed by the PDF export button. | |
| previous | String | The tooltip of the previous navigation button. |
| refresh | String | The aria-label of the refresh toolbar button. |
| reset-series | String | The text of the reset series button. |
| save | String | The text similar to "Save" displayed in scheduler. |
| search | String | The Search input title and placeholder text. |
| select-view | String | The aria-label of the View select element. |
| show-full-day | String | The text similar to "Show full day" used in scheduler "showFullDay" button. |
| show-work-day | String | The text similar to "Show business hours" used in scheduler "showWorkDay" button. |
| time | String | The text similar to "Time" displayed in scheduler. |
| today | String | The text similar to "Today" displayed in scheduler. |