|
ultimix
|
Public Member Functions | |
| __construct () | |
| set ($FieldName, $FieldValue) | |
| compile_header () | |
| compile_footer () | |
| draw ($DataToDisplay=false, $Options=false) | |
Data Fields | |
| $Header = '' | |
| $Footer = '' | |
| $CallbackFunc = false | |
| $FormId = false | |
| $ItemTemplate = '' | |
| $DataAccessor = false | |
| $Page = 0 | |
| $PageField = 'page' | |
| $RecordsPerPage = 20 | |
| $Prefix = 'default' | |
| $CustomButtons = '' | |
| $Ajaxed = false | |
| $FormRequired = true | |
| $NoDataFoundMessage | |
| $GridId = false | |
| $CachedMultyFS = false | |
| $PagingMarkup = false | |
| $Security = false | |
| $Settings = false | |
| $String = false | |
| $Utilities = false | |
Definition at line 16 of file paging.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 267 of file paging.php.
| compile_footer | ( | ) |
Function returns code of the control's footer.
| Exception | An exception of this type is thrown. |
Definition at line 409 of file paging.php.
| compile_header | ( | ) |
Function returns code of the control's header.
| Exception | An exception of this type is thrown. |
Definition at line 366 of file paging.php.
| draw | ( | $DataToDisplay = false, |
|
$Options = false |
|||
| ) |
Function draws list of records.
| $DataToDisplay | - Data to display. |
| $Options | - Additional display options. |
| Exception | An exception of this type is thrown. |
Definition at line 679 of file paging.php.
| set | ( | $FieldName, | |
| $FieldValue | |||
| ) |
Function sets field.
| $FieldName | - Field name. |
| $FieldValue | - Field value. |
Definition at line 304 of file paging.php.
| $Ajaxed = false |
Ajaxed control or not.
Definition at line 160 of file paging.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 208 of file paging.php.
| $CallbackFunc = false |
Function processes each outputting row.
Definition at line 52 of file paging.php.
| $CustomButtons = '' |
Custom buttons.
Definition at line 148 of file paging.php.
| $DataAccessor = false |
Object provides data access.
Definition at line 88 of file paging.php.
| $Footer = '' |
Footer.
Definition at line 40 of file paging.php.
| $FormId = false |
Id of the root form.
Definition at line 64 of file paging.php.
| $FormRequired = true |
Should be the generated HTML bounded by 'form' tag.
Definition at line 172 of file paging.php.
| $GridId = false |
Grid's id.
Definition at line 196 of file paging.php.
| $Header = '' |
Header.
Definition at line 28 of file paging.php.
| $ItemTemplate = '' |
Element's template.
Definition at line 76 of file paging.php.
| $NoDataFoundMessage |
Message to output if data was not found.
Definition at line 184 of file paging.php.
| $Page = 0 |
Number of page.
Definition at line 100 of file paging.php.
| $PageField = 'page' |
Number of page.
Definition at line 112 of file paging.php.
| $PagingMarkup = false |
Definition at line 209 of file paging.php.
| $Prefix = 'default' |
Prefix.
Definition at line 136 of file paging.php.
| $RecordsPerPage = 20 |
Count of records per page.
Definition at line 124 of file paging.php.
| $Security = false |
Definition at line 210 of file paging.php.
| $Settings = false |
Definition at line 211 of file paging.php.
| $String = false |
Definition at line 212 of file paging.php.
| $Utilities = false |
Definition at line 213 of file paging.php.