CustomMessagesComponent
Component
Provides custom messages that override the default component messages (see example).
Definition
Package:@progress/kendo-angular-listbox
Selector:kendo-listbox-messages
Syntax:
TS
@Component({
selector: 'my-app',
template: `
<kendo-listbox-messages
transferAllTo="Transfer All To"
transferAllFrom="Transfer All From">
</kendo-listbox-messages>
`
})
export class AppComponent { }
Inputs
moveDown
string
The text of the Move Down button title.
moveUp
string
The text of the Move Up button title.
noDataText
string
The text displayed when there are no items.
remove
string
The text of the Remove button tittle.
transferAllFrom
string
The text of the Transfer All From button title.
transferAllTo
string
The text of the Transfer All To button title.
transferFrom
string
The text of the Transfer From button title.
transferTo
string
The text of the Transfer To button title.