| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.hdpagination.web.taglib.PagesDropdownTag |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| actionId | true | true | java.lang.String | Bean identifier of the corresponding PaginationAction instance declared in Spring application context. |
| resendParams | false | true | java.lang.String | This property is used to indicate whether the parameters of the previous http request should be sent again. This event is triggered when user clicks the pagination control to access the page of data. The default value is 'false'. If you want to keep all the original request parameters in subsequent pagination requests, you should set this property to 'true'. The types of pagination control include: 1) pagination navigation links (e.g. Previous Next 1 2 3 4 5 6 7 8 First Last), rendered by <pageLinks> tag 2) available pages dropdown, rendered by <pagesDropdown> tag 3) goto page text field and submit button, rendered by <gotoPage> tag 4) sort hyperlink, rendered by <sortBy> tag 5) select sort dropdown, rendered by <selectSortBy> tag |
| styleClass | false | true | java.lang.String | Space-separated list of CSS style class(es) to be applied to the rendered dropdown (<select>). Refer to attribute 'class' in <select> HTML tag. |
| style | false | true | java.lang.String | Specifies an inline style for the rendered dropdown (<select>). Refer to attribute 'style' in <select> HTML tag. |
| tabindex | false | true | java.lang.String | Position of the element (<select>) in the tabbing order for the current document. This value must be an integer between 0 and 32767. Refer to attribute 'tabindex' in <select> HTML tag. |
| title | false | true | java.lang.String | Advisory title information about markup elements generated for the element (<select>). Refer to attribute 'title' in <select> HTML tag. |
| accesskey | false | true | java.lang.String | Access key that, when pressed, transfers focus to this element (<select>). Refer to attribute 'accesskey' in <select> HTML tag. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||