Creating a basic form
Table of Contents
- constructor HTML_QuickForm::HTML_QuickForm() — Class constructor
- HTML_QuickForm::addElement() — Adds an element into the form
- HTML_QuickForm::apiVersion() — Returns the current API version
- HTML_QuickForm::createElement() — Creates a new form element of the given type
- HTML_QuickForm::elementExists() — Checks if element is in the form
- HTML_QuickForm::errorMessage() — Returns an error message for error code
- HTML_QuickForm::getElementType() — Returns the type of an element
- HTML_QuickForm::getElement() — Returns a reference to the element
- HTML_QuickForm::getMaxFileSize() — Returns the value of MAX_FILE_SIZE hidden element
- HTML_QuickForm::getRegisteredTypes() — Returns registered element types
- HTML_QuickForm::insertElementBefore() — Inserts a new element right before the other element
- HTML_QuickForm::isError() — Tells whether a result is an error
- HTML_QuickForm::isTypeRegistered() — Checks whether the form element type is supported
- HTML_QuickForm::registerElementType() — Registers a new element type
- HTML_QuickForm::removeElement() — Removes an element
- HTML_QuickForm::setMaxFileSize() — Sets the value of MAX_FILE_SIZE hidden element
- HTML_QuickForm::updateElementAttr() — Updates Attributes for one or more elements
To be written.