| |||||||
| FRAMES NO FRAMES | |||||||
If property 'imgSrc' is specified, then an image link (<img> tag with enclosing <a> tag) is rendered. Otherwise, if property 'linkLabel' is specified, the hyperlink (text with enclosing tag <a>) is rendered. If none of these are specified, the button is rendered by default.
| Tag Information | |
| Tag Class | org.hdpagination.web.taglib.GoToPageTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| 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 |
| invalidPageAlert | false | true | java.lang.String | The alert message which is displayed when an invalid integer number is typed in the text box. |
| exceedMaxPageAlert | false | true | java.lang.String | The alert message which is displayed when page number typed in the text box is greater than total pages. |
| buttonLabel | false | true | java.lang.String | Label of the submit button. The default value is "Go". This property will not take effect if property 'imgSrc' or 'linkLabel' is set and the button is not rendered in this case. |
| linkLabel | false | true | java.lang.String | The text label for the hyperlink if rendered. This property will not take effect if the property 'imgSrc' is set. |
| styleClass | false | true | java.lang.String | Space-separated list of CSS style class(es) to be applied when the element (button, hyperlink, or image link) is rendered. |
| style | false | true | java.lang.String | Specifies an inline style for the element (button, hyperlink, or image link). |
| tabindex | false | true | java.lang.String | Position of the element (button, hyperlink, or image link) in the tabbing order for the current document. This value must be an integer between 0 and 32767. |
| title | false | true | java.lang.String | Advisory title information about markup elements generated for the element (button, hyperlink, or image link). |
| accesskey | false | true | java.lang.String | Access key that, when pressed, transfers focus to this element (button, hyperlink, or image link). |
| textStyleClass | false | true | java.lang.String | Space-separated list of CSS style class(es) to be applied to the text box. Refer to attribute 'class' in <input> HTML tag. |
| textStyle | false | true | java.lang.String | Specifies an inline style for the text box. Refer to attribute 'style' in <input> HTML tag. |
| textTabindex | false | true | java.lang.String | Position of text box in the tabbing order for the current document. This value must be an integer between 0 and 32767. Refer to attribute 'tabindex' in <input> HTML tag. |
| textTitle | false | true | java.lang.String | Advisory title information about markup elements generated for the text box. Refer to attribute 'title' in <input> HTML tag. |
| textSize | false | true | java.lang.String | The number of characters used to determine the width of the text box. If not specified, the default value is "2". Refer to attribute 'size' in <input type="text" > HTML tag. |
| textMaxlength | false | true | java.lang.String | The maximum number of characters that may be entered in the text box. Refer to attribute 'maxlength' in <input type="text" > HTML tag. |
| textAccesskey | false | true | java.lang.String | Access key that, when pressed, transfers focus to this element (text box). Refer to attribute 'accesskey' in <input> HTML tag. |
| imgSrc | false | true | java.lang.String | Absolute or relative URL of the image to be displayed for the image link. If specified, the image link will be rendered. Otherwise, hyperlink (if property 'linkLabel' is specified) or button is rendered. Refer to attribute 'src' in <img> HTML tag. |
| imgWidth | false | true | java.lang.String | Specifies the width (pixels %) of the image. Refer to attribute 'width' in <img> HTML tag. |
| imgHeight | false | true | java.lang.String | Specifies the height (pixels %) of the image. Refer to attribute 'height' in <img> HTML tag |
| imgStyleClass | false | true | java.lang.String | Specifies a classname for the image. Refer to attribute 'class' in <img> HTML tag. |
| imgStyle | false | true | java.lang.String | Specifies an inline style for the image. Refer to attribute 'style' in <img> HTML tag. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||