|
ultimix
|
Public Member Functions | |
| __construct () | |
| compile_non_ajaxed_left_slider (&$Paging, $Control) | |
| compile_reorder_field (&$Paging) | |
| compile_left_slider (&$Paging, $Control) | |
| compile_controller_options (&$Paging, &$Settings) | |
| get_records_per_page_control (&$Paging, &$Settings) | |
| compile_records_per_page_control (&$Paging, $Control) | |
| compile_non_ajaxed_right_slider (&$Paging, $Control) | |
| compile_right_slider (&$Paging, $CountOfRecords, $Control) | |
| set_order_data (&$Paging, $HiddenFields) | |
| compile_sort_link (&$Paging, $HiddenFields) | |
Data Fields | |
| $CachedMultyFS = false | |
| $Settings = false | |
| $Security = false | |
Definition at line 16 of file paging_markup.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 46 of file paging_markup.php.
| compile_controller_options | ( | & | $Paging, |
| & | $Settings | ||
| ) |
Creating settings set.
| $Paging | - Grid. |
| $Settings | - Compilation parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 222 of file paging_markup.php.
| compile_left_slider | ( | & | $Paging, |
| $Control | |||
| ) |
Function returns code of the control.
| $Paging | - Grid. |
| Exception | An exception of this type is thrown. |
Definition at line 177 of file paging_markup.php.
| compile_non_ajaxed_left_slider | ( | & | $Paging, |
| $Control | |||
| ) |
Function returns code of the control.
| $Paging | - Grid. |
| $CountOfRecords | - Count of the selected records. |
| $Control | - Grid's code. |
| Exception | An exception of this type is thrown. |
Definition at line 91 of file paging_markup.php.
| compile_non_ajaxed_right_slider | ( | & | $Paging, |
| $Control | |||
| ) |
Function returns code of the control.
| $Paging | - Grid. |
| $CountOfRecords | - Count of the selected records. |
| $Control | - Grid's code. |
| Exception | An exception of this type is thrown. |
Definition at line 418 of file paging_markup.php.
| compile_records_per_page_control | ( | & | $Paging, |
| $Control | |||
| ) |
Creating settings set.
| $Paging | - Grid. |
| Exception | An exception of this type is thrown. |
Definition at line 363 of file paging_markup.php.
| compile_reorder_field | ( | & | $Paging | ) |
Function returns code of the control.
| $Paging | - Grid. |
| Exception | An exception of this type is thrown. |
Definition at line 133 of file paging_markup.php.
| compile_right_slider | ( | & | $Paging, |
| $CountOfRecords, | |||
| $Control | |||
| ) |
Function returns code of the control.
| $Paging | - Grid. |
| $CountOfRecords | - Count of the selected records. |
| $Control | - Grid's code. |
| Exception | An exception of this type is thrown. |
Definition at line 471 of file paging_markup.php.
| compile_sort_link | ( | & | $Paging, |
| $HiddenFields | |||
| ) |
Function compiles macro 'sort_link'.
| $Paging | - Grid. |
| $HiddenFields | - Fields. |
| Exception | - An exception of this type is thrown. |
Definition at line 566 of file paging_markup.php.
| get_records_per_page_control | ( | & | $Paging, |
| & | $Settings | ||
| ) |
Creating settings set.
| $Paging | - Grid. |
| $Settings | - Compilation parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 318 of file paging_markup.php.
| set_order_data | ( | & | $Paging, |
| $HiddenFields | |||
| ) |
Function compiles macro 'sort_link'.
| $Paging | - Grid. |
| $HiddenFields | - Fields. |
| Exception | - An exception of this type is thrown. |
Definition at line 516 of file paging_markup.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 28 of file paging_markup.php.
| $Security = false |
Definition at line 30 of file paging_markup.php.
| $Settings = false |
Definition at line 29 of file paging_markup.php.