Class TPagerMode
TPagerMode class. TPagerMode defines the enumerable type for the possible
modes that a TPager
control can take.
The following enumerable values are defined:
- NextPrev: pager buttons are displayed as next and previous pages
- Numeric: pager buttons are displayed as numeric page numbers
- DropDownList: a dropdown list is used to select pages
- TEnumerable implements Iterator
-
TPagerMode
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TPager.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/UI/WebControls/TPager.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
NextPrev |
'NextPrev' |
|
string |
Numeric |
'Numeric' |
|
string |
DropDownList |
'DropDownList' |