Standard HTML elements
Table of Contents
- Class Summary HTML_QuickForm_button — HTML class for a button type element
- constructor HTML_QuickForm_button() — Class constructor
- Class Summary HTML_QuickForm_checkbox — HTML class for a checkbox type field
- constructor HTML_QuickForm_checkbox() — Class constructor
- HTML_QuickForm_checkbox::getChecked() — Returns whether a checkbox is checked
- HTML_QuickForm_checkbox::getText() — Returns the checkbox text
- HTML_QuickForm_checkbox::setChecked() — Sets whether a checkbox is checked
- HTML_QuickForm_checkbox::setText() — Sets the checkbox text
- Class Summary HTML_QuickForm_file — HTML class for a file type element
- constructor HTML_QuickForm_file() — Class constructor
- HTML_QuickForm_file::getSize() — Returns size of file element
- HTML_QuickForm_file::getValue() — Returns information about the uploaded file
- HTML_QuickForm_file::isUploadedFile() — Checks if the element contains an uploaded file
- HTML_QuickForm_file::moveUploadedFile() — Moves an uploaded file into the destination
- HTML_QuickForm_file::setSize() — Sets size of file element
- Class Summary HTML_QuickForm_hidden — HTML class for a hidden type element
- constructor HTML_QuickForm_hidden() — Class constructor
- Class Summary HTML_QuickForm_image — HTML class for a image type element
- constructor HTML_QuickForm_image() — Class constructor
- HTML_QuickForm_image::setAlign() — Sets alignment for image element
- HTML_QuickForm_image::setBorder() — Sets border size for image element
- HTML_QuickForm_image::setSource() — Sets source for image element
- Class Summary HTML_QuickForm_password — HTML class for a password type field
- constructor HTML_QuickForm_password() — Class constructor
- HTML_QuickForm_password::setMaxlength() — Sets maxlength of password element
- HTML_QuickForm_password::setSize() — Sets size of password element
- Class Summary HTML_QuickForm_radio — HTML class for a radio type element
- constructor HTML_QuickForm_radio() — Class constructor
- HTML_QuickForm_radio::getChecked() — Returns whether radio button is checked
- HTML_QuickForm_radio::getText() — Returns the radio text
- HTML_QuickForm_radio::setChecked() — Sets whether radio button is checked
- HTML_QuickForm_radio::setText() — Sets the radio text
- Class Summary HTML_QuickForm_reset — HTML class for a reset type element
- constructor HTML_QuickForm_reset() — Class constructor
- Class Summary HTML_QuickForm_select — Class to dynamically create an HTML SELECT
- constructor HTML_QuickForm_select() — Class constructor
- HTML_QuickForm_select::addOption() — Adds a new OPTION to the SELECT
- HTML_QuickForm_select::getMultiple() — Returns the select mutiple attribute
- HTML_QuickForm_select::getPrivateName() — Returns the element name (possibly with brackets appended)
- HTML_QuickForm_select::getSelected() — Returns an array of the selected values
- HTML_QuickForm_select::getSize() — Returns the select field size
- HTML_QuickForm_select::load() — Loads options from different types of data sources
- HTML_QuickForm_select::loadArray() — Loads the options from an associative array
- HTML_QuickForm_select::loadDbResult() — Loads the options from DB_result object
- HTML_QuickForm_select::loadQuery() — Queries a database and loads the options from the results
- HTML_QuickForm_select::setMultiple() — Sets the select mutiple attribute
- HTML_QuickForm_select::setSelected() — Sets the default values of the select box
- HTML_QuickForm_select::setSize() — Sets the select field size, only applies to 'multiple' selects
- Class Summary HTML_QuickForm_submit — HTML class for a submit type element
- constructor HTML_QuickForm_submit() — Class constructor
- Class Summary HTML_QuickForm_text — HTML class for a text field
- constructor HTML_QuickForm_text — Class constructor
- HTML_QuickForm_text::setMaxlength() — Sets maxlength of text field
- HTML_QuickForm_text::setSize() — Sets size of text field
- Class Summary HTML_QuickForm_textarea — HTML class for a textarea type field
- constructor HTML_QuickForm_textarea() — Class constructor
- HTML_QuickForm_textarea::setCols() — Sets width in cols for textarea element
- HTML_QuickForm_textarea::setRows() — Sets height in rows for textarea element
- HTML_QuickForm_textarea::setWrap() — Sets wrap type for textarea element
- Class Summary HTML_QuickForm_xbutton — Class for HTML 4.0 <button> element
- constructor HTML_QuickForm_xbutton() — Class constructor
- HTML_QuickForm_xbutton::setContent() — Sets the contents of the element