GridPrevNextAndNumericPager Class [PHP]
|__ GridPrevNextAndNumericPager
Summary
Properties | Description | |
FirstPageText | Get or set the text of the first page button. | |
FirstPageToolTip | Get or set the tooltip of the first page button. | |
LastPageText | Get or set the text of the last page button. | |
LastPageToolTip | Get or set the tooltip of the last page button. | |
NextPageText | Get or set the text of next page button. | |
NextPageToolTip | Get or set the tooltip of next page button. | |
PrevPageText | Get or set the text of previous page button. | |
PrevPageToolTip | Get or set the tooltip of previous page button. | |
Range | Get or set the number of page selection showing at a time. |
Properties Detail
FirstPageTextTop
string FirstPageText
Get or set the text of the first page button.
Supported from version: 1.0.0.0
FirstPageToolTipTop
string FirstPageToolTip
Get or set the tooltip of the first page button. The tooltip will show when mouse is over the button.
Supported from version: 1.0.0.0
LastPageTextTop
string LastPageText
Get or set the text of the last page button.
Supported from version: 1.0.0.0
LastPageToolTipTop
string LastPageToolTip
Get or set the tooltip of the last page button. The tooltip will show when mouse is over the button.
Supported from version: 1.0.0.0
NextPageTextTop
string NextPageText
Get or set the text of next page button.
Supported from version: 1.0.0.0
NextPageToolTipTop
string NextPageToolTip
Get or set the tooltip of next page button. The tooltip will show when mouse is over the button.
Supported from version: 1.0.0.0
PrevPageTextTop
string PrevPageText
Get or set the text of previous page button.
Supported from version: 1.0.0.0
PrevPageToolTipTop
string PrevPageToolTip
Get or set the tooltip of previous page button. The tooltip will show when mouse is over the button.
Supported from version: 1.0.0.0
RangeTop
int Range
Get or set the number of page selection showing at a time.
Supported from version: 1.0.0.0