\Kendo\UI\GanttMessagesViews

A PHP class representing the views setting of GanttMessages.

Methods

day

The text similar to "Day" displayed as Gantt "day" view title.

Returns

\Kendo\UI\GanttMessagesViews

Parameters

$value string

Example

<?php
$views = new \Kendo\UI\GanttMessagesViews();
$views->day('value');
?>

end

The text similar to "End" displayed in Gantt resize hint.

Returns

\Kendo\UI\GanttMessagesViews

Parameters

$value string

Example

<?php
$views = new \Kendo\UI\GanttMessagesViews();
$views->end('value');
?>

month

The text similar to "Month" displayed as Gantt "month" view title.

Returns

\Kendo\UI\GanttMessagesViews

Parameters

$value string

Example

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

start

The text similar to "Start" displayed in Gantt resize hint.

Returns

\Kendo\UI\GanttMessagesViews

Parameters

$value string

Example

<?php
$views = new \Kendo\UI\GanttMessagesViews();
$views->start('value');
?>

week

The text similar to "Week" displayed as Gantt "week" view title.

Returns

\Kendo\UI\GanttMessagesViews

Parameters

$value string

Example

<?php
$views = new \Kendo\UI\GanttMessagesViews();
$views->week('value');
?>

year

The text similar to "Year" displayed as Gantt "year" view title.

Returns

\Kendo\UI\GanttMessagesViews

Parameters

$value string

Example

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