Public Member Functions | |
| build_widget () | |
| Render the minimal HTML needed for this control to work. | |
This control only has name, id (optional) and value properties. This control is not visible when rendered.
Definition at line 274 of file form/controls/text.lib.php.
| AnewtFormControlHidden::build_widget | ( | ) |
Render the minimal HTML needed for this control to work.
Form control implementations should implement this method, e.g. for a checkbox a simple input HTML element should be returned.
Reimplemented from AnewtFormControl.
Definition at line 276 of file form/controls/text.lib.php.
1.5.9