<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.
Example
<kendo:calendar-messages>
<kendo:calendar-messages-parentViews></kendo:calendar-messages-parentViews>
</kendo:calendar-messages>
Configuration Attributes
decade java.lang.String
Allows customization of parent view name used in the title attribute of the Calendar title when in Decade view.
Example
<kendo:calendar-messages-parentViews decade="decade">
</kendo:calendar-messages-parentViews>
month java.lang.String
Allows customization of parent view name used in the title attribute of the Calendar title when in Month view.
Example
<kendo:calendar-messages-parentViews month="month">
</kendo:calendar-messages-parentViews>
year java.lang.String
Allows customization of parent view name used in the title attribute of the Calendar title when in Year view.
Example
<kendo:calendar-messages-parentViews year="year">
</kendo:calendar-messages-parentViews>