<kendo:treeList-pageable-messages>
The text messages that are displayed in the pager. Use this option to customize or localize the pager messages.
Example
<kendo:treeList-pageable>
<kendo:treeList-pageable-messages></kendo:treeList-pageable-messages>
</kendo:treeList-pageable>
Configuration Attributes
display java.lang.String
The text with the pager information. Uses kendo.format.Contains the following placeholders: - {0} - The first data item index. - {1} - The last data item index. - {2} - The total number of data items.
Example
<kendo:treeList-pageable-messages display="display">
</kendo:treeList-pageable-messages>
empty java.lang.String
The text that is displayed when the TreeList is empty.
Example
<kendo:treeList-pageable-messages empty="empty">
</kendo:treeList-pageable-messages>
first java.lang.String
The tooltip of the button which goes to the first page.
Example
<kendo:treeList-pageable-messages first="first">
</kendo:treeList-pageable-messages>
itemsPerPage java.lang.String
The label that is displayed after the drop-down list for the page size.
Example
<kendo:treeList-pageable-messages itemsPerPage="itemsPerPage">
</kendo:treeList-pageable-messages>
last java.lang.String
The tooltip of the button which goes to the last page.
Example
<kendo:treeList-pageable-messages last="last">
</kendo:treeList-pageable-messages>
morePages java.lang.String
The tooltip of the ... (ellipsis) button which appears when the number of pages is greater than the buttonCount.
Example
<kendo:treeList-pageable-messages morePages="morePages">
</kendo:treeList-pageable-messages>
next java.lang.String
The tooltip of the button which goes to the next page.
Example
<kendo:treeList-pageable-messages next="next">
</kendo:treeList-pageable-messages>
of java.lang.String
The label that is displayed before the pager input. Uses kendo.format. Contains one optional {0} placeholder which represents the total number of pages.
Example
<kendo:treeList-pageable-messages of="of">
</kendo:treeList-pageable-messages>
page java.lang.String
The label that is displayed before the pager input.
Example
<kendo:treeList-pageable-messages page="page">
</kendo:treeList-pageable-messages>
previous java.lang.String
The tooltip of the button which goes to the previous page.
Example
<kendo:treeList-pageable-messages previous="previous">
</kendo:treeList-pageable-messages>
refresh java.lang.String
The tooltip of the Refresh button.
Example
<kendo:treeList-pageable-messages refresh="refresh">
</kendo:treeList-pageable-messages>