Contents |
The VF_Fieldset class
Introduction
Description of the class
Class synopsis
VF_Fieldset {
void __construct([$header = NULL[, $noteHeader = NULL[, $noteBody = NULL]]])
object addField($field)
array getFields(void)
boolean isValid(void)
string toHtml([bool $isSubmitted])
string toJS(void)
}
Table of Contents
- VF_Fieldset→__construct — Creates a new VF_Fieldset object
- VF_Fieldset→addField — Add a new field to the VF_Fieldset object
- VF_Fieldset→getFields — Gets all the fields from the current object
- VF_Fieldset→isValid — Checks if submitted fields are valid
- VF_Fieldset→toHtml — Generates the HTML for this area and all (multi)fields inside it
- VF_Fieldset→toJS — Generates the Javascript code for this area and all (multi)fields inside it

