\Kendo\UI\GanttMessagesEditor
A PHP class representing the editor setting of GanttMessages.
Methods
assignButton
The text similar to "Assign" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->assignButton('value');
?>
editorTitle
The text similar to "Task" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->editorTitle('value');
?>
end
The text similar to "End" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->end('value');
?>
percentComplete
The text similar to "Complete" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->percentComplete('value');
?>
plannedEnd
The text similar to "Planned End" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->plannedEnd('value');
?>
plannedStart
The text similar to "Planned Start" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->plannedStart('value');
?>
resources
The text similar to "Resources" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->resources('value');
?>
resourcesEditorTitle
The text similar to "Resources" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->resourcesEditorTitle('value');
?>
resourcesHeader
The text similar to "Resources" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->resourcesHeader('value');
?>
start
The text similar to "Start" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->start('value');
?>
title
The text similar to "Title" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->title('value');
?>
unitsHeader
The text similar to "Units" displayed in Gantt task editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->unitsHeader('value');
?>