This represents an option in an either/or choice (e.g. a set of radio buttons).
Definition at line 1302 of file controls.php.
Public Member Functions | |||||||
SingleOption ($value, $label=null, $control_name=null) | |||||||
| |||||||
_processPOSTED ($post) | |||||||
Process a HTTPD POSTed value. |
|
Definition at line 1307 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 1316 of file controls.php. |