Using groups
Table of Contents
- HTML_QuickForm::addGroup() — Adds an element group
- Class Summary HTML_QuickForm_group — HTML class for a form element group
- constructor HTML_QuickForm_group() — Class constructor
- HTML_QuickForm_group::getElementName() — Returns the name of an element inside the group
- HTML_QuickForm_group::getElements() — Gets the grouped elements
- HTML_QuickForm_group::getGroupType() — Gets the group type based on its elements.
- HTML_QuickForm_group::setElements() — Sets the grouped elements
To be written.