Definition at line 3030 of file controls.php.
Public Member Functions | |
MultipleSelect ($choice=null) | |
The MultipleSelect constructor. | |
submitsMultipleValues () | |
Check whether this control submits multiple values. | |
toString () | |
Get a human readable string representation of the element. |
|
The MultipleSelect constructor.
Definition at line 3036 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 SelectElement. Definition at line 3046 of file controls.php. |
|
Get a human readable string representation of the element.
Reimplemented from XHTMLElement. Definition at line 3055 of file controls.php. |