<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
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>
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>
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>
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>
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>
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>