<kendo:listBox-messages-tools>

Defines the localization texts for tools in the ListBox. Texts are used when you configure the tooltip and accessibility support.

Example

<kendo:listBox-messages>
    <kendo:listBox-messages-tools></kendo:listBox-messages-tools>
</kendo:listBox-messages>

Configuration Attributes

moveDown java.lang.String

Defines the text of the Move Down button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools moveDown="moveDown">
</kendo:listBox-messages-tools>

moveUp java.lang.String

Defines the text of the Move Up button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools moveUp="moveUp">
</kendo:listBox-messages-tools>

remove java.lang.String

Defines the text of the Delete button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools remove="remove">
</kendo:listBox-messages-tools>

transferAllFrom java.lang.String

Defines the text of the Transfer All From button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools transferAllFrom="transferAllFrom">
</kendo:listBox-messages-tools>

transferAllTo java.lang.String

Defines the text of the Transfer All To button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools transferAllTo="transferAllTo">
</kendo:listBox-messages-tools>

transferFrom java.lang.String

Defines the text of the Transfer From button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools transferFrom="transferFrom">
</kendo:listBox-messages-tools>

transferTo java.lang.String

Defines the text of the Transfer To button that is located in the toolbar of the ListBox.

Example

<kendo:listBox-messages-tools transferTo="transferTo">
</kendo:listBox-messages-tools>
In this article
Not finding the help you need?