Form customization and output helpers
Содержание
- HTML_QuickForm::freeze() — "Freezes" the form's elements
- HTML_QuickForm::isElementFrozen() — Checks whether the element is frozen
- HTML_QuickForm::isFrozen() — Checks whether the form is frozen
- HTML_QuickForm::setRequiredNote() — Sets required note
- HTML_QuickForm::setJsWarnings() — Sets JavaScript warning messages
- HTML_QuickForm::getRequiredNote() — Returns the required note
- HTML_QuickForm::getValidationScript() — Returns the client side validation script
- HTML_QuickForm::accept() — Accepts a renderer
- HTML_QuickForm::defaultRenderer() — Returns a reference to default renderer object
- HTML_QuickForm::toArray() — Returns the form's contents in an array
- HTML_QuickForm::toHtml() — Returns an HTML version of the form
- HTML_QuickForm::display() — Outputs an HTML version of the form