Inheritance diagram for FormControlSelect:
Collaboration diagram for FormControlSelect:Public Member Functions | |
| __construct () | |
| get ($forvalidation=true) | |
Public Attributes | |
| $options = array() | |
| $multiple = false | |
| $size = 5 | |
A select control based on FormControl for output via a FormUI.
Definition at line 1651 of file formui.php.
| FormControlSelect::__construct | ( | ) |
Override the FormControl constructor to support more parameters
| string | $name | |
| string | $caption | |
| array | $options | |
| string | $template |
Reimplemented from FormControl.
Reimplemented in FormControlTree.
Definition at line 1665 of file formui.php.
| FormControlSelect::get | ( | $ | forvalidation = true |
) |
Produce HTML output for this text control.
| boolean | $forvalidation True if this control should render error information based on validation. |
Reimplemented from FormControl.
Reimplemented in FormControlCheckboxes, and FormControlTree.
Definition at line 1685 of file formui.php.
1.7.1