<kendo:gantt-messages-plannedTasks>

The configuration of the Gantt messages for Planned tasks.

Example

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

Configuration Attributes

days java.lang.String

The text for "days" displayed in the Advanced/Delayed Tooltip (see above).

Example

<kendo:gantt-messages-plannedTasks days="days">
</kendo:gantt-messages-plannedTasks>

hours java.lang.String

The text for "hours" displayed in the Advanced/Delayed Tooltip (see above).

Example

<kendo:gantt-messages-plannedTasks hours="hours">
</kendo:gantt-messages-plannedTasks>

minutes java.lang.String

The text for "minutes" displayed in the Advanced/Delayed Tooltip (see above).

Example

<kendo:gantt-messages-plannedTasks minutes="minutes">
</kendo:gantt-messages-plannedTasks>

offsetTooltipAdvanced java.lang.String

The text rendered in the Tooltip that would be displayed for tasks which have finished in advance compared to their plannedEnd.

Example

<kendo:gantt-messages-plannedTasks offsetTooltipAdvanced="offsetTooltipAdvanced">
</kendo:gantt-messages-plannedTasks>

offsetTooltipDelay java.lang.String

The text rendered in the Tooltip that would be displayed for tasks which have finished with delay compared to their plannedEnd.

Example

<kendo:gantt-messages-plannedTasks offsetTooltipDelay="offsetTooltipDelay">
</kendo:gantt-messages-plannedTasks>

seconds java.lang.String

The text for "seconds" displayed in the Advanced/Delayed Tooltip (see above).

Example

<kendo:gantt-messages-plannedTasks seconds="seconds">
</kendo:gantt-messages-plannedTasks>

switchText java.lang.String

The text that would be displayed on the switch allowing the user to turn on and off the PlannedTasks view in the Gantt Timeline.

Example

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