Public Member Functions

FormControlTabs Class Reference

Inheritance diagram for FormControlTabs:
Collaboration diagram for FormControlTabs:

List of all members.

Public Member Functions

 __construct ()
 get ($forvalidation=true)

Detailed Description

A control to display a tab splitter based on FormControl for output via a FormUI.

Definition at line 2114 of file formui.php.


Constructor & Destructor Documentation

FormControlTabs::__construct (  ) 

Override the FormControl constructor to support more parameters

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.


Member Function Documentation

FormControlTabs::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 FormContainer.

Definition at line 2138 of file formui.php.


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