<kendo:gantt-messages-actions>

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

Example

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

Configuration Attributes

addChild java.lang.String

The text similar to "Add child" displayed as Gantt "add child" buttons.

Example

<kendo:gantt-messages-actions addChild="addChild">
</kendo:gantt-messages-actions>

append java.lang.String

The text similar to "Append" displayed as Gantt "append" buttons.

Example

<kendo:gantt-messages-actions append="append">
</kendo:gantt-messages-actions>

insertAfter java.lang.String

The text similar to "Add below" displayed as Gantt "add below" buttons.

Example

<kendo:gantt-messages-actions insertAfter="insertAfter">
</kendo:gantt-messages-actions>

insertBefore java.lang.String

The text similar to "Add above" displayed as Gantt "add above" buttons.

Example

<kendo:gantt-messages-actions insertBefore="insertBefore">
</kendo:gantt-messages-actions>

pdf java.lang.String

The text of "Export to PDF" button of the Gantt toolbar.

Example

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