Public Member Functions

FormControlTag Class Reference

Inheritance diagram for FormControlTag:
Collaboration diagram for FormControlTag:

List of all members.

Public Member Functions

 __construct ()
 get ($forvalidation=true)

Detailed Description

A control to display a single tag for output via FormUI

Definition at line 1515 of file formui.php.


Constructor & Destructor Documentation

FormControlTag::__construct (  ) 

Override the FormControl constructor to support more parameters

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.


Member Function Documentation

FormControlTag::get ( forvalidation = true  ) 

Produce HTML output for all this fieldset and all contained controls

Parameters:
boolean $forvalidation True if this control should render error information based on validation.
Returns:
string HTML that will render this control in the form

Reimplemented from FormControl.

Definition at line 1540 of file formui.php.


The documentation for this class was generated from the following file: