\Kendo\UI\MultiViewCalendarMessages

A PHP class representing the messages setting of MultiViewCalendar.

Methods

weekColumnHeader

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

Returns

\Kendo\UI\MultiViewCalendarMessages

Parameters

$value string

Example

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