<kendo:gantt-messages-views>
The configuration of the Gantt view messages. Use this option to customize or localize the Gantt view messages.
Example
<kendo:gantt-messages>
<kendo:gantt-messages-views></kendo:gantt-messages-views>
</kendo:gantt-messages>
Configuration Attributes
day java.lang.String
The text similar to "Day" displayed as Gantt "day" view title.
Example
<kendo:gantt-messages-views day="day">
</kendo:gantt-messages-views>
end java.lang.String
The text similar to "End" displayed in Gantt resize hint.
Example
<kendo:gantt-messages-views end="end">
</kendo:gantt-messages-views>
month java.lang.String
The text similar to "Month" displayed as Gantt "month" view title.
Example
<kendo:gantt-messages-views month="month">
</kendo:gantt-messages-views>
start java.lang.String
The text similar to "Start" displayed in Gantt resize hint.
Example
<kendo:gantt-messages-views start="start">
</kendo:gantt-messages-views>
week java.lang.String
The text similar to "Week" displayed as Gantt "week" view title.
Example
<kendo:gantt-messages-views week="week">
</kendo:gantt-messages-views>
year java.lang.String
The text similar to "Year" displayed as Gantt "year" view title.
Example
<kendo:gantt-messages-views year="year">
</kendo:gantt-messages-views>