Alive Fields
1.01
|
Public Member Functions | |
__construct ($field, $table, $id, $loadable, $savable) | |
differentiate_options ($field, $table, $id, $populatability) | |
bind ($html_element_id, $autoload=true) | |
do_js_includes_for_this_control () | |
get_js_field_type () | |
request_handler ($request) | |
Data Fields | |
$options_field | |
$options_table | |
$options_pkey | |
$options_loadability |
AcList represents the backend controller for fields which have multiple simultaneous values (i.e. lists), including dropdown comboboxes and SELECT boxes.
__construct | ( | $ | field, |
$ | table, | ||
$ | id, | ||
$ | loadable, | ||
$ | savable | ||
) |
differentiate_options | ( | $ | field, |
$ | table, | ||
$ | id, | ||
$ | populatability | ||
) |
type | $field | |
type | $table | |
type | $id | |
type | $populatability |
This function includes all the necessary javascript files for the javascript widget in the view that that connects with this controller.
Reimplemented from AcField.
Reimplemented in AcListJoin, and AcListCombo.
Return the name of the (default) javascript widget (in the view) that sends request to this object
request_handler | ( | $ | request | ) |
This is where the controller actually handles an ajax request.
The method is so complicated that it has been moved to another file (ajax_list.php)
Reimplemented from AcField.
Reimplemented in AcListJoin.