Attributes |
Name | Required | Request-time | Type | Description |
pages | false | true | int | Specify number of pages rendered as quick navigation. Note You must specify somethink in the inner tag's body content, otherwise will not generete quick paging. |
showItemsPerPage | false | true | boolean | Generate an input box specifying number of items per page. (It uses javascript to set conreate value. This will be removed in near feature.) The following keys are required to be define in message sources. If you like to, you can add your properties file in your locale and add this lines of code in your language: Items per page info - paging.itemsPerPage.label = Items Per Page:
- paging.itemsPerPage.title = Number of items per page.
- paging.itemsPerPage.button = Set
The style class of input box is ItemsPerPage and StylePrefix+ItemPerPage . |
generateItemsPerPageForm | false | true | boolean | Generate a form wrapping input box specifying number of items per page. |
showSummary | false | true | boolean | Generate buttons to navigate through pages of data using i18n (internationalization). The following keys are required to be define in message sources. If you like to, you can add your properties file in your locale and add this lines of code in your language: Summary info:(is on the left) - paging.text.totalRow={0} Total
- paging.text.pageFromTotal= {0} of {1} page(s)
Paging info: (is on the right) - paging.first(off), paging.first(on)
- paging.previous(off), paging.previous(on)
- paging.forward(off), paging.forward(on)
- paging.last(off), paging.last(on)
- paging.delim
- paging.text.totalRow
- paging.text.pageFromTotal
Focus info: - paging.focus(on), paging.focus(off), paging.focus(disabled), paging.focus(error)
|
attributes | false | true | java.lang.String | Allow you to specify html tag attributes "inline"-without writing additinal vlh's tags. Example <vlh:column title="lastname" property="lastname" sortable="desc" attributes="width='150'"/> |