<kendo:gantt-messages-editor>

The configuration of the Gantt editor messages. Use this option to customize or localize the Gantt editor messages.

Example

<kendo:gantt-messages>
    <kendo:gantt-messages-editor></kendo:gantt-messages-editor>
</kendo:gantt-messages>

Configuration Attributes

actualEnd java.lang.String

The label text of the end DateTimePicker editor when the planned editors are also present on the form.

Example

<kendo:gantt-messages-editor actualEnd="actualEnd">
</kendo:gantt-messages-editor>

actualStart java.lang.String

The label text of the start DateTimePicker editor when the planned editors are also present on the form.

Example

<kendo:gantt-messages-editor actualStart="actualStart">
</kendo:gantt-messages-editor>

addNew java.lang.String

The text that will be rendered in the Create button of the Dependencies and Assignments edit tables.

Example

<kendo:gantt-messages-editor addNew="addNew">
</kendo:gantt-messages-editor>

assignButton java.lang.String

The text similar to "Assign" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor assignButton="assignButton">
</kendo:gantt-messages-editor>

dependencyType java.lang.String

The text that will be rendered as a title of the Type column in the Dependencies edit tables.

Example

<kendo:gantt-messages-editor dependencyType="dependencyType">
</kendo:gantt-messages-editor>

editorTitle java.lang.String

The text similar to "Task" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor editorTitle="editorTitle">
</kendo:gantt-messages-editor>

end java.lang.String

The text similar to "End" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor end="end">
</kendo:gantt-messages-editor>

general java.lang.String

The text used for the main (general) tab on the edit popup TabStrip.

Example

<kendo:gantt-messages-editor general="general">
</kendo:gantt-messages-editor>

name java.lang.String

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.

Example

<kendo:gantt-messages-editor name="name">
</kendo:gantt-messages-editor>

other java.lang.String

The text used for the other tab on the edit popup TabStrip.

Example

<kendo:gantt-messages-editor other="other">
</kendo:gantt-messages-editor>

parentOptionLabel java.lang.String

The optionLabel of the parent DropDownList editor.

Example

<kendo:gantt-messages-editor parentOptionLabel="parentOptionLabel">
</kendo:gantt-messages-editor>

percentComplete java.lang.String

The text similar to "Complete" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor percentComplete="percentComplete">
</kendo:gantt-messages-editor>

percentCompleteHint java.lang.String

The hint text that will be rendered for the percentCompleted NumericTextBox on the popup edit Form.

Example

<kendo:gantt-messages-editor percentCompleteHint="percentCompleteHint">
</kendo:gantt-messages-editor>

plannedEnd java.lang.String

The text similar to "Planned End" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor plannedEnd="plannedEnd">
</kendo:gantt-messages-editor>

plannedStart java.lang.String

The text similar to "Planned Start" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor plannedStart="plannedStart">
</kendo:gantt-messages-editor>

predecessors java.lang.String

The text used for the predecessors tab on the edit popup TabStrip.

Example

<kendo:gantt-messages-editor predecessors="predecessors">
</kendo:gantt-messages-editor>

remove java.lang.String

The text that will be rendered in the Remove button of the Dependencies and Assignments edit tables.

Example

<kendo:gantt-messages-editor remove="remove">
</kendo:gantt-messages-editor>

resources java.lang.String

The text similar to "Resources" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor resources="resources">
</kendo:gantt-messages-editor>

resourcesEditorTitle java.lang.String

The text similar to "Resources" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor resourcesEditorTitle="resourcesEditorTitle">
</kendo:gantt-messages-editor>

resourcesHeader java.lang.String

The text similar to "Resources" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor resourcesHeader="resourcesHeader">
</kendo:gantt-messages-editor>

start java.lang.String

The text similar to "Start" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor start="start">
</kendo:gantt-messages-editor>

successors java.lang.String

The text used for the successors tab on the edit popup TabStrip.

Example

<kendo:gantt-messages-editor successors="successors">
</kendo:gantt-messages-editor>

title java.lang.String

The text similar to "Title" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor title="title">
</kendo:gantt-messages-editor>

unitsHeader java.lang.String

The text similar to "Units" displayed in Gantt task editor.

Example

<kendo:gantt-messages-editor unitsHeader="unitsHeader">
</kendo:gantt-messages-editor>
In this article
Not finding the help you need?