Inheritance diagram for FormControlTabs:
Collaboration diagram for FormControlTabs:Public Member Functions | |
| __construct () | |
| get ($forvalidation=true) | |
A control to display a tab splitter based on FormControl for output via a FormUI.
Definition at line 2114 of file formui.php.
| FormControlTabs::__construct | ( | ) |
Override the FormControl constructor to support more parameters
| string | $name Name of this control | |
| string | $caption The legend to display in the fieldset markup |
Reimplemented from FormContainer.
Definition at line 2122 of file formui.php.
| FormControlTabs::get | ( | $ | forvalidation = true |
) |
Produce HTML output for all this fieldset and all contained controls
| boolean | $forvalidation True if this control should render error information based on validation. |
Reimplemented from FormContainer.
Definition at line 2138 of file formui.php.
1.7.1