CustomMessagesComponent
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:
<kendo-gantt-messages
addTaskText="Add Task"
cancelButtonText="Cancel">
</kendo-gantt-messages>
Inputs
addAboveText
string
The text of the Add Above option in the AddTask component.
addBelowText
string
The text of the Add Below option in the AddTask component.
addChildText
string
The text of the Add Child option in the AddTask component.
addTaskText
string
The text of the DropDownButton in the AddTask component.
cancelButtonText
string
The text of the task editing dialog Cancel button.
columnMenu
string
The title of the icon for the column menu.
columns
string
The text that is displayed in the column menu for the column items.
columnsApply
string
The text that is displayed in the column menu or in the column chooser item for the Apply button of the columns.
columnsReset
string
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.
confirmationDialogTitle
string
The title of the delete task confirmation dialog.
dayViewText
string
The text of the day view in the ViewSelector component.
deleteButtonText
string
The text of the task editing dialog 'Delete' button.
endFieldInputLabel
string
The label of the 'end' field input in editing mode.
filter
string
The label of the filter cell or icon.
filterAfterOperator
string
The text of the After (Is after) date filter operator.
The text of the AfterOrEqualTo (Is after or equal to) date filter operator.
filterAndLogic
string
The text of the And filter logic.
filterBeforeOperator
string
The text of the Before (Is before) date filter operator.
The text of the BeforeOrEqualTo (Is before or equal to) date filter operator.
filterBooleanAll
string
The text of the (All) option for Boolean filter.
filterClearButton
string
The text of the Clear filter button.
filterContainsOperator
string
The text of the Contains (Contains) filter operator.
filterEndsWithOperator
string
The text of the EndsWith (Ends with) string filter operator.
filterEqOperator
string
The text of the Equal (Is equal to) filter operator.
filterFilterButton
string
The text of the Filter button.
filterGteOperator
string
The text of the GreaterOrEqualTo (Is greater than or equal to) numeric filter operator.
filterGtOperator
string
The text of the Greater (Is greater than) numeric filter operator.
filterIsEmptyOperator
string
The text of the IsEmpty (Is empty) filter operator.
filterIsFalse
string
The text of the IsFalse Boolean filter option.
filterIsNotEmptyOperator
string
The text of the IsNotEmpty (Is not empty) filter operator.
filterIsNotNullOperator
string
The text of the IsNotNull (Is not null) filter operator.
filterIsNullOperator
string
The text of the IsNull (Is null) filter operator.
filterIsTrue
string
The text of the IsTrue Boolean filter option.
filterLteOperator
string
The text of the LessOrEqualTo (Is less than or equal to) numeric filter operator.
filterLtOperator
string
The text of the Less (Is less than) numeric filter operator.
The text of the DoesNotContain (Does not contain) filter operator.
filterNotEqOperator
string
The text of the NotEqual (Is not equal to) filter operator.
filterOrLogic
string
The text of the Or filter logic.
filterStartsWithOperator
string
The text of the StartsWith (Starts with) filter operator.
loading
string
The loading text.
The
loadingproperty is part of the accessibility support of the Gantt. Its value is detectable by screen readers and is not otherwise visible.
monthViewText
string
The text of the month view in the ViewSelector component.
noRecords
string
The no-records text.
saveButtonText
string
The text of the task editing dialog Save button.
sortable
string
The label of the sort icon.
sortAscending
string
The text that is displayed in the column menu for the ascending sort item.
sortDescending
string
The text that is displayed in the column menu for the descending sort item.
sortedDefault
string
The status announcement when a column is no longer sorted.
startFieldInputLabel
string
The label of the 'start' field input in editing mode.
taskDeleteLabel
string
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.
taskEditingDialogTitle
string
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.
titleFieldInputLabel
string
The label of the 'title' field input in editing mode.
tooltipEndDateText
string
The text shown in the task tooltip before the task end date.
tooltipStartDateText
string
The text shown in the task tooltip before the task start date.
weekViewText
string
The text of the week view in the ViewSelector component.
yearViewText
string
The text of the year view in the ViewSelector component.