Inheritance diagram for FormControlTree:
Collaboration diagram for FormControlTree:Public Member Functions | |
| __construct () | |
| pre_out () | |
| get ($forvalidation=true) | |
| __get ($name) | |
Public Attributes | |
| $options = array() | |
Static Public Attributes | |
| static | $outpre = false |
A set of checkbox controls based on FormControl for output via a FormUI.
Definition at line 1750 of file formui.php.
| FormControlTree::__construct | ( | ) |
Override the FormControl constructor to support more parameters
| string | $name | |
| string | $caption | |
| array | $options | |
| string | $template | |
| array | $config |
Reimplemented from FormControlSelect.
Definition at line 1764 of file formui.php.
| FormControlTree::__get | ( | $ | name | ) |
Magic __get method for returning property values Override the handling of the value property to properly return the setting of the checkbox.
| string | $name The name of the property |
Reimplemented from FormControl.
Definition at line 1844 of file formui.php.
| FormControlTree::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 FormControlSelect.
Definition at line 1827 of file formui.php.
| FormControlTree::pre_out | ( | ) |
Return the HTML/script required for this control. Do it only once.
Reimplemented from FormControl.
Definition at line 1780 of file formui.php.
1.7.1