New to Kendo UI for Angular? Start a free 30-day trial
CustomMessagesComponent
Provides custom messages that override the default component messages (see example).
typescript
@Component({
selector: 'my-app',
template: `
<kendo-listbox-messages
transferAllTo="Transfer All To"
transferAllFrom="Transfer All From">
</kendo-listbox-messages>
`
})
export class AppComponent { }
Selector
kendo-listbox-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
moveDown |
|
The text of the | |
moveUp |
|
The text of the | |
noDataText |
|
The text displayed when there are no items. | |
remove |
|
The text of the | |
transferAllFrom |
|
The text of the | |
transferAllTo |
|
The text of the | |
transferFrom |
|
The text of the | |
transferTo |
|
The text of the |