Inheritance diagram for FormControlTag:
Collaboration diagram for FormControlTag:Public Member Functions | |
| __construct () | |
| get ($forvalidation=true) | |
A control to display a single tag for output via FormUI
Definition at line 1515 of file formui.php.
| FormControlTag::__construct | ( | ) |
Override the FormControl constructor to support more parameters
| string | $name Name of this control | |
| string | $tag A tag object | |
| string | $template A template to use for display |
Reimplemented from FormControl.
Definition at line 1524 of file formui.php.
| FormControlTag::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 FormControl.
Definition at line 1540 of file formui.php.
1.7.1