<kendo:gantt-messages>

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

Example

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

Configuration Attributes

cancel java.lang.String

The text similar to "Cancel" displayed in Gantt.

Example

<kendo:gantt-messages cancel="cancel">
</kendo:gantt-messages>

deleteDependencyConfirmation java.lang.String

The text similar to "Are you sure you want to delete this dependency?" displayed in Gantt dependency delete dialog.

Example

<kendo:gantt-messages deleteDependencyConfirmation="deleteDependencyConfirmation">
</kendo:gantt-messages>

deleteDependencyWindowTitle java.lang.String

The text similar to "Delete dependency" displayed in Gantt dependency delete dialog title.

Example

<kendo:gantt-messages deleteDependencyWindowTitle="deleteDependencyWindowTitle">
</kendo:gantt-messages>

deleteTaskConfirmation java.lang.String

The text similar to "Are you sure you want to delete this task?" displayed in Gantt task delete dialog.

Example

<kendo:gantt-messages deleteTaskConfirmation="deleteTaskConfirmation">
</kendo:gantt-messages>

deleteTaskWindowTitle java.lang.String

The text similar to "Delete task" displayed in Gantt task delete dialog title.

Example

<kendo:gantt-messages deleteTaskWindowTitle="deleteTaskWindowTitle">
</kendo:gantt-messages>

destroy java.lang.String

The text similar to "Delete" displayed in Gantt.

Example

<kendo:gantt-messages destroy="destroy">
</kendo:gantt-messages>

save java.lang.String

The text similar to "Save" displayed in Gantt.

Example

<kendo:gantt-messages save="save">
</kendo:gantt-messages>

selectView java.lang.String

The aria-label of the View select element.

Example

<kendo:gantt-messages selectView="selectView">
</kendo:gantt-messages>

Configuration JSP Tags

kendo:gantt-messages-actions

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

More documentation is available at kendo:gantt-messages-actions.

Example

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

kendo:gantt-messages-editor

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

More documentation is available at kendo:gantt-messages-editor.

Example

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

kendo:gantt-messages-plannedTasks

The configuration of the Gantt messages for Planned tasks.

More documentation is available at kendo:gantt-messages-plannedTasks.

Example

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

kendo:gantt-messages-views

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

More documentation is available at kendo:gantt-messages-views.

Example

<kendo:gantt-messages>
    <kendo:gantt-messages-views></kendo:gantt-messages-views>
</kendo:gantt-messages>
In this article
Not finding the help you need?