New to Kendo UI for AngularStart a free 30-day trial

Represents the custom messages component for the Kendo UI for Angular Gantt. Use this component to override default messages.

Definition

Package:@progress/kendo-angular-gantt

Selector:kendo-gantt-messages

Syntax:

html
<kendo-gantt-messages
  addTaskText="Add Task"
  cancelButtonText="Cancel">
</kendo-gantt-messages>

Inputs

The text of the Add Above option in the AddTask component.

The text of the Add Below option in the AddTask component.

The text of the Add Child option in the AddTask component.

The text of the DropDownButton in the AddTask component.

The text of the task editing dialog Cancel button.

The title of the icon for the column menu.

columns

string

The text that is displayed in the column menu for the column items.

The text that is displayed in the column menu or in the column chooser item for the Apply button of the columns.

The text that is displayed in the column menu or in the column chooser item for the Reset button of the columns.

The label of the 'completionRatio' field input in editing mode.

The title of the confirmation dialog close button.

The content of the delete task confirmation dialog.

The title of the delete task confirmation dialog.

The text of the day view in the ViewSelector component.

The text of the task editing dialog 'Delete' button.

The label of the 'end' field input in editing mode.

filter

string

The label of the filter cell or icon.

The text of the After (Is after) date filter operator.

The text of the AfterOrEqualTo (Is after or equal to) date filter operator.

The text of the And filter logic.

The text of the Before (Is before) date filter operator.

The text of the BeforeOrEqualTo (Is before or equal to) date filter operator.

The text of the (All) option for Boolean filter.

The text of the Clear filter button.

The text of the Contains (Contains) filter operator.

The text of the EndsWith (Ends with) string filter operator.

The text of the Equal (Is equal to) filter operator.

The text of the Filter button.

The text of the GreaterOrEqualTo (Is greater than or equal to) numeric filter operator.

The text of the Greater (Is greater than) numeric filter operator.

The text of the IsEmpty (Is empty) filter operator.

The text of the IsFalse Boolean filter option.

The text of the IsNotEmpty (Is not empty) filter operator.

The text of the IsNotNull (Is not null) filter operator.

The text of the IsNull (Is null) filter operator.

The text of the IsTrue Boolean filter option.

The text of the LessOrEqualTo (Is less than or equal to) numeric filter operator.

The text of the Less (Is less than) numeric filter operator.

The text of the DoesNotContain (Does not contain) filter operator.

The text of the NotEqual (Is not equal to) filter operator.

The text of the Or filter logic.

The text of the StartsWith (Starts with) filter operator.

loading

string

The loading text.

The loading property is part of the accessibility support of the Gantt. Its value is detectable by screen readers and is not otherwise visible.

The text of the month view in the ViewSelector component.

noRecords

string

The no-records text.

The text of the task editing dialog Save button.

sortable

string

The label of the sort icon.

The text that is displayed in the column menu for the ascending sort item.

The text that is displayed in the column menu for the descending sort item.

The status announcement when a column is no longer sorted.

The label of the 'start' field input in editing mode.

The label for the task delete button.

The text of the "Add" button in the dependencies tabs of the editing dialog TabStrip.

The title of the "Task Title" Grid column in the dependencies tabs of the editing dialog TabStrip.

The title of the "Type" Grid column in the dependencies tabs of the editing dialog TabStrip.

The text of the "Remove" button in the dependencies tabs of the editing dialog TabStrip.

The title of the task editing dialog close button.

The title of the task editing dialog.

The title of the "General" tab of the editing dialog TabStrip.

The title of the "Predecessors" dependencies tab of the editing dialog TabStrip.

The title of the "Successors" dependencies tab of the editing dialog TabStrip.

The label of the 'title' field input in editing mode.

The text shown in the task tooltip before the task end date.

The text shown in the task tooltip before the task start date.

The text of the week view in the ViewSelector component.

The text of the year view in the ViewSelector component.