\Kendo\UI\GanttMessagesEditor
A PHP class representing the editor setting of GanttMessages.
Methods
actualEnd
The label text of the end DateTimePicker editor when the planned editors are also present on the form.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->actualEnd('value');
?>
actualStart
The label text of the start DateTimePicker editor when the planned editors are also present on the form.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->actualStart('value');
?>
addNew
The text that will be rendered in the Create button of the Dependencies and Assignments edit tables.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->addNew('value');
?>
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');
?>
dependencyType
The text that will be rendered as a title of the Type column in the Dependencies edit tables.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->dependencyType('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');
?>
general
The text used for the main (general) tab on the edit popup TabStrip.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->general('value');
?>
name
The text that will be rendered as a title of the Predecessor and Successor columns in the Dependencies edit tables, and the Dependency column in the Assignments edit table.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->name('value');
?>
other
The text used for the other tab on the edit popup TabStrip.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->other('value');
?>
parentOptionLabel
The optionLabel of the parent DropDownList editor.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->parentOptionLabel('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');
?>
percentCompleteHint
The hint text that will be rendered for the percentCompleted NumericTextBox on the popup edit Form.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->percentCompleteHint('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');
?>
predecessors
The text used for the predecessors tab on the edit popup TabStrip.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->predecessors('value');
?>
remove
The text that will be rendered in the Remove button of the Dependencies and Assignments edit tables.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->remove('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');
?>
successors
The text used for the successors tab on the edit popup TabStrip.
Returns
\Kendo\UI\GanttMessagesEditor
Parameters
$value string
Example
<?php
$editor = new \Kendo\UI\GanttMessagesEditor();
$editor->successors('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');
?>