<kendo:calendar-messages>

Allows localization of the strings that are used in the widget.

Example

<kendo:calendar>
    <kendo:calendar-messages></kendo:calendar-messages>
</kendo:calendar>

Configuration Attributes

Allows customization of the "Navigate to " text that would be used for title attribute of the Calendar title in the header. The label is also a button allowing navigation to parent view.

Example

<kendo:calendar-messages navigateTo="navigateTo">
</kendo:calendar-messages>

today java.lang.String

Allows customization of the text of the Today button present in the widget in its modern rendering.

Example

<kendo:calendar-messages today="today">
</kendo:calendar-messages>

weekColumnHeader java.lang.String

Allows customization of the week column header text. Set the value to make the widget compliant with web accessibility standards.

Example

<kendo:calendar-messages weekColumnHeader="weekColumnHeader">
</kendo:calendar-messages>

Configuration JSP Tags

kendo:calendar-messages-parentViews

Allows customization of names of the views used in the title attribute of the Calendar title in the header. The label is also a button allowing navigation to parent view.

More documentation is available at kendo:calendar-messages-parentViews.

Example

<kendo:calendar-messages>
    <kendo:calendar-messages-parentViews></kendo:calendar-messages-parentViews>
</kendo:calendar-messages>
In this article
Not finding the help you need?