\Kendo\UI\CalendarMessagesParentViews

A PHP class representing the parentViews setting of CalendarMessages.

Methods

decade

Allows customization of parent view name used in the title attribute of the Calendar title when in Decade view.

Returns

\Kendo\UI\CalendarMessagesParentViews

Parameters

$value string

Example

<?php
$parentViews = new \Kendo\UI\CalendarMessagesParentViews();
$parentViews->decade('value');
?>

month

Allows customization of parent view name used in the title attribute of the Calendar title when in Month view.

Returns

\Kendo\UI\CalendarMessagesParentViews

Parameters

$value string

Example

<?php
$parentViews = new \Kendo\UI\CalendarMessagesParentViews();
$parentViews->month('value');
?>

year

Allows customization of parent view name used in the title attribute of the Calendar title when in Year view.

Returns

\Kendo\UI\CalendarMessagesParentViews

Parameters

$value string

Example

<?php
$parentViews = new \Kendo\UI\CalendarMessagesParentViews();
$parentViews->year('value');
?>
In this article
Not finding the help you need?