Table Table(
[string
$ui_template = NULL], [string
$param_prefix = '']
)
|
|
Constructor
Parameters:
|
string |
$ui_template: |
template name to get from $AdminUI |
|
string |
$param_prefix: |
prefix to differentiate page/order/filter params |
void display_body_start(
)
|
|
void display_colselect(
)
|
|
Display the column selection
void display_col_headers(
)
|
|
Display column headers
void display_col_start(
)
|
|
Display the filtering form
Display list/table head.
This includes list head/title and column headers. EXPERIMENTAL: also dispays <tfoot>
void display_init(
[array
$display_params = NULL], [array
$fadeout = NULL]
)
|
|
Initialize things in order to be ready for displaying.
Lazy fills $this->params
Parameters:
|
array |
$display_params: |
***please document*** |
|
array |
$fadeout: |
Fadeout settings array( 'key column' => array of values ) or 'session' |
Redefined in descendants as:
void display_line_start(
[
$is_last = false], [
$is_fadeout_line = false]
)
|
|
Parameters:
|
|
$is_last: |
|
|
|
$is_fadeout_line: |
|
Display list/table end.
Typically outputs </ul> or </table>
Redefined in descendants as:
void display_list_start(
)
|
|
Display list/table start.
Typically outputs UL or TABLE tags.
Redefined in descendants as:
void display_option_area(
string
$option_name, string
$area_name, string
$option_title, string
$submit_title, [string
$default_folde_state = 'expanded']
)
|
|
Display options area
Parameters:
|
string |
$option_name: |
name of the option ( ma_colselect, tsk_filter....) |
|
string |
$area_name: |
area name ( colselect_area, filter_area ) |
|
string |
$option_title: |
option title |
|
string |
$submit_title: |
submit button title |
|
string |
$default_folde_state: |
default folde state when is empty in the session |
string replace_callback(
$matches
)
|
|
Widget callback for template vars.
This allows to replace template vars, see Widget::replace_callback().
Parameters:
Redefinition of:
- Widget::replace_callback()
- Callback function used to replace only necessary values in template.
Redefined in descendants as: