<kendo:listView-pageable-messages>
Defines texts shown within the pager.
Example
<kendo:listView-pageable>
<kendo:listView-pageable-messages></kendo:listView-pageable-messages>
</kendo:listView-pageable>
Configuration Attributes
display java.lang.String
Defines the info text.
Example
<kendo:listView-pageable-messages display="display">
</kendo:listView-pageable-messages>
empty java.lang.String
Defines the info text shown when there are no records to be displayed.
Example
<kendo:listView-pageable-messages empty="empty">
</kendo:listView-pageable-messages>
first java.lang.String
Defines the text of the first page button tooltip.
Example
<kendo:listView-pageable-messages first="first">
</kendo:listView-pageable-messages>
itemsPerPage java.lang.String
Defines the text displayed after the select element of the pageSizes mode.
Example
<kendo:listView-pageable-messages itemsPerPage="itemsPerPage">
</kendo:listView-pageable-messages>
last java.lang.String
Defines the text of the last page button tooltip.
Example
<kendo:listView-pageable-messages last="last">
</kendo:listView-pageable-messages>
next java.lang.String
Defines the text of the next page button tooltip.
Example
<kendo:listView-pageable-messages next="next">
</kendo:listView-pageable-messages>
of java.lang.String
Defines the last part of the text of the input option.
Example
<kendo:listView-pageable-messages of="of">
</kendo:listView-pageable-messages>
page java.lang.String
Defines the first part of the text of the input option.
Example
<kendo:listView-pageable-messages page="page">
</kendo:listView-pageable-messages>
previous java.lang.String
Defines the text of the previous page button tooltip.
Example
<kendo:listView-pageable-messages previous="previous">
</kendo:listView-pageable-messages>
refresh java.lang.String
Defines the text of the refresh button tooltip.
Example
<kendo:listView-pageable-messages refresh="refresh">
</kendo:listView-pageable-messages>