Class: DBPaginator
Source Location: /dbctrls.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
return: | Returns an array with all record numbers to display. |
access: | protected |
property
CaptionFirst : string
[line 502]
Caption of "First" link. Clicking on this link will show the first record of the datasource.
property
CaptionLast : string
[line 529]
Caption of "Last" link. Clicking on this link will show the last record of the datasource.
property
CaptionNext : string
[line 520]
Caption of "Next" link. Clicking on this link will show the next record in regard to the current record of the datasource.
property
CaptionPrevious : string
[line 511]
Caption of "Prev" link. Clicking on this link will show the previous record in regard to the current record of the datasource.
property
Color [line 533]
property
DataSource [line 537]
property
Font [line 543]
Determines the Font to be used when generating this control
Defined in Control::Font
property
Orientation : enum
[line 550]
Orientation of the Paginator.
Tags:
property
PageNumberFormat : string
[line 558]
Format of the page numbers. %d defines the location of the number.
property
ParentColor [line 562]
property
ParentFont [line 565]
property
ShowFirst : bool
[line 575]
Indicates if the "First" link is shown.
property
ShowHint [line 568]
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.
Defined in Control::ShowHint
property
ShowLast : bool
[line 583]
Indicates if the "Last" link is shown.
property
ShowNext : bool
[line 591]
Indicates if the "Next" link is shown.
property
ShownRecordsCount : boolean
[line 607]
Indicates if the control shows the number of records or not
property
ShowPrevious : bool
[line 599]
Indicates if the "Prev" link is shown.
property
Style [line 611]
CSS style to be used when rendering the component
Defined in Control::Style
property
Visible [line 614]
Determines if the controls is visible in run-time or not
Defined in Control::Visible
Events
Javascript Events
Methods
|
|