AnewtFormControlHidden class

Hidden form control.

Class Overview

Hidden form control.

This control only has name, id (optional) and value properties. This control is not visible when rendered.

Public Methods

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.

Return value

XHTML element with the minimal HTML markup needed for this control to function properly.

Inheritance

Base Classes

Inherited members