This represents an option in a choice where more than one option can be selected (e.g. a checkbox list).
Definition at line 1339 of file controls.php.
Public Member Functions | |||||||
MultipleOption ($value, $label=null, $control_name=null) | |||||||
| |||||||
submitsMultipleValues () | |||||||
Check whether this control submits multiple values. | |||||||
_processPOSTED ($post) | |||||||
Process a HTTPD POSTed value. |
|
Definition at line 1344 of file controls.php. |
|
Process a HTTPD POSTed value. The POSTed value is processed and set as the value of the current control.
Reimplemented from ControlElement. Definition at line 1362 of file controls.php. |
|
Check whether this control submits multiple values. A control that submits multiple values is a control such as a checkbox or multiple select.
Reimplemented from ControlElement. Definition at line 1353 of file controls.php. |