Base classes
Содержание
- Class Summary HTML_QuickForm_element — Base class for form elements
- constructor HTML_QuickForm_element() — Class constructor
- HTML_QuickForm_element::accept() — Accepts a renderer
- HTML_QuickForm_element::apiVersion() — Returns the current API version
- HTML_QuickForm_element::exportValue() — Returns a 'safe' element's value (package developer related)
- HTML_QuickForm_element::freeze() — Freezes the element
- HTML_QuickForm_element::getFrozenHtml() — Returns the value of field without HTML tags
- HTML_QuickForm_element::getLabel() — Returns the label for the element
- HTML_QuickForm_element::getName() — Returns the element name
- HTML_QuickForm_element::getType() — Returns the element type
- HTML_QuickForm_element::getValue() — Returns the value of the form element
- HTML_QuickForm_element::isFrozen() — Returns whether or not the element is frozen
- HTML_QuickForm_element::onQuickFormEvent() — Called by HTML_QuickForm whenever form event is made on this element (package developer related)
- HTML_QuickForm_element::setLabel() — Sets a label for the element
- HTML_QuickForm_element::setName() — Sets the input field name
- HTML_QuickForm_element::setPersistantFreeze() — Sets whether element value should persist on freeze
- HTML_QuickForm_element::setValue() — Sets the value of the form element
- HTML_QuickForm_element::unfreeze() — Unfreezes the element
- Class Summary HTML_QuickForm_input — Base class for input form elements
- constructor HTML_QuickForm_input() — Class constructor
- HTML_QuickForm_input::setType() — Sets the element type