QuickForm
[ class tree: QuickForm ] [ index: QuickForm ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

a

$attributes
in file Object.php, variable QuickformForm::$attributes
    Attributes for form tag
$attributes
in file ObjectFlexy.php, variable QuickformFlexyForm::$attributes
    Attributes for form tag
accept
in file hidden.php, method HTML_QuickForm_hidden::accept()
    Accepts a renderer
accept
in file hiddenselect.php, method HTML_QuickForm_hiddenselect::accept()
    This is essentially a hidden element and should be rendered as one
accept
in file hierselect.php, method HTML_QuickForm_hierselect::accept()
    Accepts a renderer
accept
in file html.php, method HTML_QuickForm_html::accept()
    Accepts a renderer
accept
in file header.php, method HTML_QuickForm_header::accept()
    Accepts a renderer
accept
in file QuickForm.php, method HTML_QuickForm::accept()
    Accepts a renderer
accept
in file date.php, method HTML_QuickForm_date::accept()
accept
in file element.php, method HTML_QuickForm_element::accept()
    Accepts a renderer
accept
in file group.php, method HTML_QuickForm_group::accept()
    Accepts a renderer
addData
in file QuickForm.php, method HTML_QuickForm::addData()
    Adds raw HTML (or text) data element to the form (DEPRECATED)
addElement
in file QuickForm.php, method HTML_QuickForm::addElement()
    Adds an element into the form
addElementGroup
in file QuickForm.php, method HTML_QuickForm::addElementGroup()
    Adds an element group (DEPRECATED, use addGroup instead)
addFormRule
in file QuickForm.php, method HTML_QuickForm::addFormRule()
    Adds a global validation rule
addGroup
in file QuickForm.php, method HTML_QuickForm::addGroup()
    Adds an element group
addGroupRule
in file QuickForm.php, method HTML_QuickForm::addGroupRule()
    Adds a validation rule for the given group of elements
addHeader
in file QuickForm.php, method HTML_QuickForm::addHeader()
    Adds a header element to the form (DEPRECATED)
addOption
in file select.php, method HTML_QuickForm_select::addOption()
    Adds a new OPTION to the SELECT
addRule
in file QuickForm.php, method HTML_QuickForm::addRule()
    Adds a validation rule for the given field
apiVersion
in file select.php, method HTML_QuickForm_select::apiVersion()
    Returns the current API version
apiVersion
in file QuickForm.php, method HTML_QuickForm::apiVersion()
    Returns the current API version
apiVersion
in file element.php, method HTML_QuickForm_element::apiVersion()
    Returns the current API version
applyFilter
in file QuickForm.php, method HTML_QuickForm::applyFilter()
    Applies a data filter for the given field(s)
advcheckbox.php
procedural page advcheckbox.php
ArraySmarty.php
procedural page ArraySmarty.php
Array.php
procedural page Array.php
top

b

button.php
procedural page button.php
top

c

clearAllTemplates
in file QuickForm.php, method HTML_QuickForm::clearAllTemplates()
    Clears all the HTML out of the templates that surround notes, elements, etc.
clearAllTemplates
in file Default.php, method HTML_QuickForm_Renderer_Default::clearAllTemplates()
    Clears all the HTML out of the templates that surround notes, elements, etc.
cmpPass
in file QuickForm_example3.php, function cmpPass()
createElement
in file QuickForm.php, method HTML_QuickForm::createElement()
    Creates a new form element of the given type.
createElements
in file QuickHtml_example.php, function createElements()
createFormCell
in file QuickHtml_example.php, function createFormCell()
createHeaderCell
in file QuickHtml_example.php, function createHeaderCell()
checkbox.php
procedural page checkbox.php
top

d

defaultRenderer
in file QuickForm.php, method HTML_QuickForm::defaultRenderer()
    Returns a reference to default renderer object
date.php
procedural page date.php
Default.php
procedural page Default.php
top

e

$elements
in file Object.php, variable QuickformForm::$elements
    Array of QuickformElementObject elements. If there are headers in the form
$elements
in file Object.php, variable QuickformElement::$elements
    If element is a group, an array of subelements
$elements
in file ObjectFlexy.php, variable QuickformFlexyElement::$elements
    If element is a group, an array of subelements
$elements
in file ObjectFlexy.php, variable QuickformFlexyForm::$elements
    Array of QuickformElementObject elements. If there are headers in the form
$error
in file Object.php, variable QuickformElement::$error
    Error associated with the element
$error
in file ObjectFlexy.php, variable QuickformFlexyElement::$error
    Error associated with the element
$errors
in file Object.php, variable QuickformForm::$errors
    Set if there were validation errors.
$errors
in file ObjectFlexy.php, variable QuickformFlexyForm::$errors
    Set if there were validation errors.
$error_message_prefix
in file QuickForm.php, variable HTML_QuickForm_Error::$error_message_prefix
    Prefix for all error messages
elementExists
in file QuickForm.php, method HTML_QuickForm::elementExists()
    Returns true if element is in the form
elementToHtml
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::elementToHtml()
    Gets the html for an element and marks it as rendered.
errorMessage
in file QuickForm.php, method HTML_QuickForm::errorMessage()
    Return a textual error message for an QuickForm error code
exportValue
in file radio.php, method HTML_QuickForm_radio::exportValue()
    Returns the value attribute if the radio is checked, null if it is not
exportValue
in file select.php, method HTML_QuickForm_select::exportValue()
    We check the options and return only the values that _could_ have been
exportValue
in file submit.php, method HTML_QuickForm_submit::exportValue()
    Only return the value if it is found within $submitValues (i.e. if
exportValue
in file static.php, method HTML_QuickForm_static::exportValue()
    We override this here because we don't want any values from static elements
exportValue
in file group.php, method HTML_QuickForm_group::exportValue()
    As usual, to get the group's value we access its elements and call
exportValue
in file QuickForm.php, method HTML_QuickForm::exportValue()
    Returns a 'safe' element's value
exportValue
in file checkbox.php, method HTML_QuickForm_checkbox::exportValue()
    Return true if the checkbox is checked, null if it is not checked (getValue() returns false)
exportValue
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::exportValue()
    This element has a value even if it is not checked, thus we override
exportValue
in file element.php, method HTML_QuickForm_element::exportValue()
    Returns a 'safe' element's value
exportValue
in file input.php, method HTML_QuickForm_input::exportValue()
    We don't need values from button-type elements (except submit) and files
exportValues
in file QuickForm.php, method HTML_QuickForm::exportValues()
    Returns 'safe' elements' values
element.php
procedural page element.php
top

f

$frozen
in file Object.php, variable QuickformForm::$frozen
    Whether the form has been frozen
$frozen
in file Object.php, variable QuickformElement::$frozen
    Whether the element is frozen
$frozen
in file ObjectFlexy.php, variable QuickformFlexyElement::$frozen
    Whether the element is frozen
$frozen
in file ObjectFlexy.php, variable QuickformFlexyForm::$frozen
    Whether the form has been frozen
finishForm
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::finishForm()
finishForm
in file Renderer.php, method HTML_QuickForm_Renderer::finishForm()
    Called when visiting a form, after processing all form elements
finishForm
in file Default.php, method HTML_QuickForm_Renderer_Default::finishForm()
    Called when visiting a form, after processing all form elements Adds required note, form attributes, validation javascript and form content.
finishForm
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishForm()
    Called when visiting a form, after processing all form elements
finishGroup
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file Object.php, method HTML_QuickForm_Renderer_Object::finishGroup()
finishGroup
in file Renderer.php, method HTML_QuickForm_Renderer::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::finishGroup()
    Gets the html for the group element and adds it to the array by calling parent::finishGroup()
finishGroup
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::finishGroup()
finishGroup
in file Default.php, method HTML_QuickForm_Renderer_Default::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file Array.php, method HTML_QuickForm_Renderer_Array::finishGroup()
freeze
in file QuickForm.php, method HTML_QuickForm::freeze()
    Displays elements without HTML input tags
freeze
in file element.php, method HTML_QuickForm_element::freeze()
    Freeze the element so that only its value is returned
freeze
in file button.php, method HTML_QuickForm_button::freeze()
    Freeze the element so that only its value is returned
freeze
in file reset.php, method HTML_QuickForm_reset::freeze()
    Freeze the element so that only its value is returned
freeze
in file file.php, method HTML_QuickForm_file::freeze()
    Freeze the element so that only its value is returned
freeze
in file submit.php, method HTML_QuickForm_submit::freeze()
    Freeze the element so that only its value is returned
freeze
in file image.php, method HTML_QuickForm_image::freeze()
    Freeze the element so that only its value is returned
freeze
in file hidden.php, method HTML_QuickForm_hidden::freeze()
    Freeze the element so that only its value is returned
FlexyDynamic_example.php
procedural page FlexyDynamic_example.php
FlexyStatic_example.php
procedural page FlexyStatic_example.php
file.php
procedural page file.php
top

g

getAttributesString
in file QuickForm.php, method HTML_QuickForm::getAttributesString()
    Returns the HTML attributes of the form (DEPRECATED)
getChecked
in file radio.php, method HTML_QuickForm_radio::getChecked()
    Returns whether radio button is checked
getChecked
in file checkbox.php, method HTML_QuickForm_checkbox::getChecked()
    Returns whether a checkbox is checked
getElement
in file QuickForm.php, method HTML_QuickForm::getElement()
    Returns a reference to the element
getElementError
in file QuickForm.php, method HTML_QuickForm::getElementError()
    Returns error corresponding to validated element
getElementName
in file group.php, method HTML_QuickForm_group::getElementName()
    Returns the element name inside the group such as found in the html form
getElements
in file group.php, method HTML_QuickForm_group::getElements()
    Gets the grouped elements
getElementType
in file QuickForm.php, method HTML_QuickForm::getElementType()
    Returns the type of the given element
getElementValue
in file QuickForm.php, method HTML_QuickForm::getElementValue()
    Returns the element's raw value
getFrozenHtml
in file group.php, method HTML_QuickForm_group::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file textarea.php, method HTML_QuickForm_textarea::getFrozenHtml()
    Returns the value of field without HTML tags (in this case, value is changed to a mask)
getFrozenHtml
in file link.php, method HTML_QuickForm_link::getFrozenHtml()
    Returns the value of field without HTML tags (in this case, value is changed to a mask)
getFrozenHtml
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getFrozenHtml()
    Do not append hidden element, this is done in toHtml()
getFrozenHtml
in file select.php, method HTML_QuickForm_select::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file static.php, method HTML_QuickForm_static::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file radio.php, method HTML_QuickForm_radio::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file password.php, method HTML_QuickForm_password::getFrozenHtml()
    Returns the value of field without HTML tags (in this case, value is changed to a mask)
getFrozenHtml
in file element.php, method HTML_QuickForm_element::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file checkbox.php, method HTML_QuickForm_checkbox::getFrozenHtml()
    Returns the value of field without HTML tags
getGroupType
in file group.php, method HTML_QuickForm_group::getGroupType()
    Gets the group type based on its elements Will return 'mixed' if elements contained in the group are of different types.
getLabel
in file element.php, method HTML_QuickForm_element::getLabel()
    Returns display text for the element
getMaxFileSize
in file QuickForm.php, method HTML_QuickForm::getMaxFileSize()
    Returns the value of MAX_FILE_SIZE hidden element
getMultiple
in file select.php, method HTML_QuickForm_select::getMultiple()
    Returns the select mutiple attribute
getName
in file element.php, method HTML_QuickForm_element::getName()
    Returns the element name
getName
in file select.php, method HTML_QuickForm_select::getName()
    Returns the element name
getName
in file link.php, method HTML_QuickForm_link::getName()
    Returns the element name
getName
in file group.php, method HTML_QuickForm_group::getName()
    Returns the group name
getName
in file textarea.php, method HTML_QuickForm_textarea::getName()
    Returns the element name
getName
in file static.php, method HTML_QuickForm_static::getName()
    Returns the element name
getName
in file input.php, method HTML_QuickForm_input::getName()
    Returns the element name
getOnclickJs
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getOnclickJs()
    Create the javascript for the onclick event which will set the value of the hidden field
getPrivateName
in file select.php, method HTML_QuickForm_select::getPrivateName()
    Returns the element name (possibly with brackets appended)
getPrivateName
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getPrivateName()
    Gets the pribate name for the element
getRegisteredRules
in file QuickForm.php, method HTML_QuickForm::getRegisteredRules()
    Returns an array of registered validation rules
getRegisteredTypes
in file QuickForm.php, method HTML_QuickForm::getRegisteredTypes()
    Returns an array of registered element types
getRequiredNote
in file QuickForm.php, method HTML_QuickForm::getRequiredNote()
    Returns the required note
getSelected
in file select.php, method HTML_QuickForm_select::getSelected()
    Returns an array of the selected values
getSize
in file select.php, method HTML_QuickForm_select::getSize()
    Returns the select field size
getSize
in file file.php, method HTML_QuickForm_file::getSize()
    Returns size of file element
getSubmitValue
in file QuickForm.php, method HTML_QuickForm::getSubmitValue()
    Returns the elements value after submit and filter
getSubmitValues
in file QuickForm.php, method HTML_QuickForm::getSubmitValues()
    Returns the values submitted by the form
getText
in file radio.php, method HTML_QuickForm_radio::getText()
    Returns the radio text
getText
in file checkbox.php, method HTML_QuickForm_checkbox::getText()
    Returns the checkbox text
getType
in file element.php, method HTML_QuickForm_element::getType()
    Returns element type
getUploadedFile
in file QuickForm.php, method HTML_QuickForm::getUploadedFile()
    Returns temporary filename of uploaded file (DEPRECATED)
getValidationScript
in file QuickForm.php, method HTML_QuickForm::getValidationScript()
    Returns the client side validation script
getValue
in file group.php, method HTML_QuickForm_group::getValue()
    Returns the value of the group
getValue
in file file.php, method HTML_QuickForm_file::getValue()
    Returns information about the uploaded file
getValue
in file textarea.php, method HTML_QuickForm_textarea::getValue()
    Returns the value of the form element
getValue
in file input.php, method HTML_QuickForm_input::getValue()
    Returns the value of the form element
getValue
in file select.php, method HTML_QuickForm_select::getValue()
    Returns an array of the selected values
getValue
in file link.php, method HTML_QuickForm_link::getValue()
    Returns the value of the form element
getValue
in file checkbox.php, method HTML_QuickForm_checkbox::getValue()
    Returns the value of the form element
getValue
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getValue()
    Returns the element's value
getValue
in file element.php, method HTML_QuickForm_element::getValue()
    Returns the value of the form element
group.php
procedural page group.php
top

h

$hidden
in file Object.php, variable QuickformForm::$hidden
    Collected html of all hidden variables
$hidden
in file ObjectFlexy.php, variable QuickformFlexyForm::$hidden
    Collected html of all hidden variables
$html
in file Object.php, variable QuickformElement::$html
    HTML for the element
$html
in file ObjectFlexy.php, variable QuickformFlexyElement::$html
    HTML for the element
HTML_QuickForm
in file QuickForm.php, method HTML_QuickForm::HTML_QuickForm()
    Class constructor
HTML_QuickForm
in file QuickForm.php, class HTML_QuickForm
    Create, validate and process HTML forms
header.php
procedural page header.php
hiddenselect.php
procedural page hiddenselect.php
hidden.php
procedural page hidden.php
hierselect.php
procedural page hierselect.php
html.php
procedural page html.php
HTML_QuickForm_advcheckbox
in file advcheckbox.php, class HTML_QuickForm_advcheckbox
    HTML class for an advanced checkbox type field
HTML_QuickForm_advcheckbox
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox()
    Class constructor
HTML_QuickForm_button
in file button.php, class HTML_QuickForm_button
    HTML class for a button type element
HTML_QuickForm_button
in file button.php, method HTML_QuickForm_button::HTML_QuickForm_button()
    Class constructor
HTML_QuickForm_checkbox
in file checkbox.php, class HTML_QuickForm_checkbox
    HTML class for a checkbox type field
HTML_QuickForm_checkbox
in file checkbox.php, method HTML_QuickForm_checkbox::HTML_QuickForm_checkbox()
    Class constructor
HTML_QuickForm_date
in file date.php, method HTML_QuickForm_date::HTML_QuickForm_date()
    Class constructor
HTML_QuickForm_date
in file date.php, class HTML_QuickForm_date
    Class for a group of elements used to input dates (and times).
HTML_QuickForm_element
in file element.php, class HTML_QuickForm_element
    Base class for form elements
HTML_QuickForm_element
in file element.php, method HTML_QuickForm_element::HTML_QuickForm_element()
    Class constructor
HTML_QuickForm_Error
in file QuickForm.php, class HTML_QuickForm_Error
HTML_QuickForm_Error
in file QuickForm.php, method HTML_QuickForm_Error::HTML_QuickForm_Error()
    Creates a quickform error object, extending the PEAR_Error class
HTML_QuickForm_file
in file file.php, class HTML_QuickForm_file
    HTML class for a file type element
HTML_QuickForm_file
in file file.php, method HTML_QuickForm_file::HTML_QuickForm_file()
    Class constructor
HTML_QuickForm_group
in file group.php, method HTML_QuickForm_group::HTML_QuickForm_group()
    Class constructor
HTML_QuickForm_group
in file group.php, class HTML_QuickForm_group
    HTML class for a form element group
HTML_QuickForm_header
in file header.php, class HTML_QuickForm_header
    A pseudo-element used for adding headers to form
HTML_QuickForm_header
in file header.php, method HTML_QuickForm_header::HTML_QuickForm_header()
    Class constructor
HTML_QuickForm_hidden
in file hidden.php, class HTML_QuickForm_hidden
    HTML class for a hidden type element
HTML_QuickForm_hidden
in file hidden.php, method HTML_QuickForm_hidden::HTML_QuickForm_hidden()
    Class constructor
HTML_QuickForm_hiddenselect
in file hiddenselect.php, class HTML_QuickForm_hiddenselect
    This class takes the same arguments as a select element, but instead
HTML_QuickForm_hiddenselect
in file hiddenselect.php, method HTML_QuickForm_hiddenselect::HTML_QuickForm_hiddenselect()
    Class constructor
HTML_QuickForm_hierselect
in file hierselect.php, method HTML_QuickForm_hierselect::HTML_QuickForm_hierselect()
    Class constructor
HTML_QuickForm_hierselect
in file hierselect.php, class HTML_QuickForm_hierselect
    Class to dynamically create two HTML Select elements The first select changes the content of the second select.
HTML_QuickForm_html
in file html.php, class HTML_QuickForm_html
    A pseudo-element used for adding raw HTML to form
HTML_QuickForm_html
in file html.php, method HTML_QuickForm_html::HTML_QuickForm_html()
    Class constructor
HTML_QuickForm_image
in file image.php, class HTML_QuickForm_image
    HTML class for a image type element
HTML_QuickForm_image
in file image.php, method HTML_QuickForm_image::HTML_QuickForm_image()
    Class constructor
HTML_QuickForm_input
in file input.php, method HTML_QuickForm_input::HTML_QuickForm_input()
    Class constructor
HTML_QuickForm_input
in file input.php, class HTML_QuickForm_input
    Base class for input form elements
HTML_QuickForm_link
in file link.php, class HTML_QuickForm_link
    HTML class for a link type field
HTML_QuickForm_link
in file link.php, method HTML_QuickForm_link::HTML_QuickForm_link()
    Class constructor
HTML_QuickForm_password
in file password.php, class HTML_QuickForm_password
    HTML class for a password type field
HTML_QuickForm_password
in file password.php, method HTML_QuickForm_password::HTML_QuickForm_password()
    Class constructor
HTML_QuickForm_radio
in file radio.php, class HTML_QuickForm_radio
    HTML class for a radio type element
HTML_QuickForm_radio
in file radio.php, method HTML_QuickForm_radio::HTML_QuickForm_radio()
    Class constructor
HTML_QuickForm_Renderer
in file Renderer.php, method HTML_QuickForm_Renderer::HTML_QuickForm_Renderer()
    Constructor
HTML_QuickForm_Renderer
in file Renderer.php, class HTML_QuickForm_Renderer
    An abstract base class for QuickForm renderers
HTML_QuickForm_Renderer_Array
in file Array.php, method HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array()
    Constructor
HTML_QuickForm_Renderer_Array
in file Array.php, class HTML_QuickForm_Renderer_Array
    A concrete renderer for HTML_QuickForm, makes an array of form contents
HTML_QuickForm_Renderer_ArraySmarty
in file ArraySmarty.php, class HTML_QuickForm_Renderer_ArraySmarty
    A static renderer for HTML_QuickForm, makes an array of form content useful for an Smarty template
HTML_QuickForm_Renderer_ArraySmarty
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::HTML_QuickForm_Renderer_ArraySmarty()
    Constructor
HTML_QuickForm_Renderer_Default
in file Default.php, method HTML_QuickForm_Renderer_Default::HTML_QuickForm_Renderer_Default()
    Constructor
HTML_QuickForm_Renderer_Default
in file Default.php, class HTML_QuickForm_Renderer_Default
    A concrete renderer for HTML_QuickForm, based on QuickForm 2.x built-in one
HTML_QuickForm_Renderer_ITDynamic
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::HTML_QuickForm_Renderer_ITDynamic()
    Constructor
HTML_QuickForm_Renderer_ITDynamic
in file ITDynamic.php, class HTML_QuickForm_Renderer_ITDynamic
    A concrete renderer for HTML_QuickForm, using Integrated Templates.
HTML_QuickForm_Renderer_ITStatic
in file ITStatic.php, class HTML_QuickForm_Renderer_ITStatic
    A static renderer for HTML_QuickForm compatible with HTML_Template_IT and HTML_Template_Sigma.
HTML_QuickForm_Renderer_ITStatic
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::HTML_QuickForm_Renderer_ITStatic()
    Constructor
HTML_QuickForm_Renderer_Object
in file Object.php, class HTML_QuickForm_Renderer_Object
    A concrete renderer for HTML_QuickForm, makes an object from form contents
HTML_QuickForm_Renderer_Object
in file Object.php, method HTML_QuickForm_Renderer_Object::HTML_QuickForm_Renderer_Object()
    Constructor
HTML_QuickForm_Renderer_ObjectFlexy
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::HTML_QuickForm_Renderer_ObjectFlexy()
    Constructor
HTML_QuickForm_Renderer_ObjectFlexy
in file ObjectFlexy.php, class HTML_QuickForm_Renderer_ObjectFlexy
HTML_QuickForm_Renderer_QuickHtml
in file QuickHtml.php, class HTML_QuickForm_Renderer_QuickHtml
    A renderer that makes it quick and easy to create customized forms.
HTML_QuickForm_Renderer_QuickHtml
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::HTML_QuickForm_Renderer_QuickHtml()
    Constructor
HTML_QuickForm_reset
in file reset.php, method HTML_QuickForm_reset::HTML_QuickForm_reset()
    Class constructor
HTML_QuickForm_reset
in file reset.php, class HTML_QuickForm_reset
    HTML class for a reset type element
HTML_QuickForm_select
in file select.php, method HTML_QuickForm_select::HTML_QuickForm_select()
    Class constructor
HTML_QuickForm_select
in file select.php, class HTML_QuickForm_select
    Class to dynamically create an HTML SELECT
HTML_QuickForm_static
in file static.php, method HTML_QuickForm_static::HTML_QuickForm_static()
    Class constructor
HTML_QuickForm_static
in file static.php, class HTML_QuickForm_static
    HTML class for static data
HTML_QuickForm_submit
in file submit.php, method HTML_QuickForm_submit::HTML_QuickForm_submit()
    Class constructor
HTML_QuickForm_submit
in file submit.php, class HTML_QuickForm_submit
    HTML class for a submit type element
HTML_QuickForm_text
in file text.php, method HTML_QuickForm_text::HTML_QuickForm_text()
    Class constructor
HTML_QuickForm_text
in file text.php, class HTML_QuickForm_text
    HTML class for a text field
HTML_QuickForm_textarea
in file textarea.php, method HTML_QuickForm_textarea::HTML_QuickForm_textarea()
    Class constructor
HTML_QuickForm_textarea
in file textarea.php, class HTML_QuickForm_textarea
    HTML class for a textarea type field
top

i

ITDynamic_example2.php
procedural page ITDynamic_example2.php
ITDynamic_example.php
procedural page ITDynamic_example.php
ITStatic_example.php
procedural page ITStatic_example.php
image.php
procedural page image.php
input.php
procedural page input.php
ITDynamic.php
procedural page ITDynamic.php
ITStatic.php
procedural page ITStatic.php
isButton
in file Object.php, method QuickformElement::isButton()
isElementFrozen
in file QuickForm.php, method HTML_QuickForm::isElementFrozen()
    Returns whether or not the form element is frozen
isElementRequired
in file QuickForm.php, method HTML_QuickForm::isElementRequired()
    Returns whether or not the form element is required
isError
in file QuickForm.php, method HTML_QuickForm::isError()
    Tell whether a result from a QuickForm method is an error (an instance of HTML_QuickForm_Error)
isFrozen
in file element.php, method HTML_QuickForm_element::isFrozen()
    Returns whether or not the element is frozen
isFrozen
in file QuickForm.php, method HTML_QuickForm::isFrozen()
    Returns whether or not the whole form is frozen
isRuleRegistered
in file QuickForm.php, method HTML_QuickForm::isRuleRegistered()
    Returns whether or not the given rule is supported
isType
in file Object.php, method QuickformElement::isType()
isTypeRegistered
in file QuickForm.php, method HTML_QuickForm::isTypeRegistered()
    Returns whether or not the form element type is supported
isUploadedFile
in file QuickForm.php, method HTML_QuickForm::isUploadedFile()
    Checks if the given element contains an uploaded file (DEPRECATED)
isUploadedFile
in file file.php, method HTML_QuickForm_file::isUploadedFile()
    Checks if the element contains an uploaded file
top

j

$javascript
in file ObjectFlexy.php, variable QuickformFlexyForm::$javascript
    Javascript for client-side validation
$javascript
in file Object.php, variable QuickformForm::$javascript
    Javascript for client-side validation
top

l

$label
in file ObjectFlexy.php, variable HTML_QuickForm_Renderer_ObjectFlexy::$label
    Name of template file for form labels
$label
in file Object.php, variable QuickformElement::$label
    Label for the element
$label
in file ObjectFlexy.php, variable QuickformFlexyElement::$label
    Label for the element
labels-default.php
procedural page labels-default.php
link.php
procedural page link.php
load
in file select.php, method HTML_QuickForm_select::load()
    Loads options from different types of data sources
loadArray
in file select.php, method HTML_QuickForm_select::loadArray()
    Loads the options from an associative array
loadDbResult
in file select.php, method HTML_QuickForm_select::loadDbResult()
    Loads the options from DB_result object
loadQuery
in file select.php, method HTML_QuickForm_select::loadQuery()
    Queries a database and loads the options from the results
top

m

moveUploadedFile
in file file.php, method HTML_QuickForm_file::moveUploadedFile()
    Moves an uploaded file into the destination
moveUploadedFile
in file QuickForm.php, method HTML_QuickForm::moveUploadedFile()
    Moves an uploaded file into the destination (DEPRECATED)
myProcess
in file QuickForm_example.php, function myProcess()
top

n

$name
in file Object.php, variable QuickformElement::$name
    Element name
$name
in file ObjectFlexy.php, variable QuickformFlexyElement::$name
    Element name
notFrozen
in file Object.php, method QuickformElement::notFrozen()
top

o

ObjectFlexy.php
procedural page ObjectFlexy.php
Object.php
procedural page Object.php
onQuickFormEvent
in file static.php, method HTML_QuickForm_static::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file date.php, method HTML_QuickForm_date::onQuickFormEvent()
onQuickFormEvent
in file checkbox.php, method HTML_QuickForm_checkbox::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file radio.php, method HTML_QuickForm_radio::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file input.php, method HTML_QuickForm_input::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file file.php, method HTML_QuickForm_file::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file hierselect.php, method HTML_QuickForm_hierselect::onQuickFormEvent()
onQuickFormEvent
in file element.php, method HTML_QuickForm_element::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file group.php, method HTML_QuickForm_group::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
outputHeader
in file ObjectFlexy.php, method QuickformFlexyForm::outputHeader()
    Output <form> header
outputHeader
in file Object.php, method QuickformForm::outputHeader()
    Output <form> header
outputJavaScript
in file Object.php, method QuickformForm::outputJavaScript()
    Output form javascript
outputJavaScript
in file ObjectFlexy.php, method QuickformFlexyForm::outputJavaScript()
    Output form javascript
outputStyle
in file Object.php, method QuickformElement::outputStyle()
top

p

password.php
procedural page password.php
process
in file QuickForm.php, method HTML_QuickForm::process()
    Performs the form data processing
top

q

QuickForm_example2.php
procedural page QuickForm_example2.php
QuickForm_example3.php
procedural page QuickForm_example3.php
QuickForm_example4.php
procedural page QuickForm_example4.php
QuickForm_example5.php
procedural page QuickForm_example5.php
QuickForm_example6.php
procedural page QuickForm_example6.php
QuickForm_example7.php
procedural page QuickForm_example7.php
QuickForm_example.php
procedural page QuickForm_example.php
QuickHtml_example.php
procedural page QuickHtml_example.php
QuickForm.php
procedural page QuickForm.php
QuickHtml.php
procedural page QuickHtml.php
QuickformElement
in file Object.php, class QuickformElement
    Convenience class describing a form element.
QuickformFlexyElement
in file ObjectFlexy.php, class QuickformFlexyElement
    Convenience class describing a form element.
QuickformFlexyForm
in file ObjectFlexy.php, class QuickformFlexyForm
QuickformForm
in file Object.php, class QuickformForm
QUICKFORM_DEPRECATED
in file QuickForm.php, constant QUICKFORM_DEPRECATED
QUICKFORM_ERROR
in file QuickForm.php, constant QUICKFORM_ERROR
QUICKFORM_INVALID_ELEMENT_NAME
in file QuickForm.php, constant QUICKFORM_INVALID_ELEMENT_NAME
QUICKFORM_INVALID_FILTER
in file QuickForm.php, constant QUICKFORM_INVALID_FILTER
QUICKFORM_INVALID_PROCESS
in file QuickForm.php, constant QUICKFORM_INVALID_PROCESS
QUICKFORM_INVALID_RULE
in file QuickForm.php, constant QUICKFORM_INVALID_RULE
QUICKFORM_NONEXIST_ELEMENT
in file QuickForm.php, constant QUICKFORM_NONEXIST_ELEMENT
QUICKFORM_OK
in file QuickForm.php, constant QUICKFORM_OK
QUICKFORM_UNREGISTERED_ELEMENT
in file QuickForm.php, constant QUICKFORM_UNREGISTERED_ELEMENT
top

r

$renderedElements
in file QuickHtml.php, variable HTML_QuickForm_Renderer_QuickHtml::$renderedElements
    The array of rendered elements
$required
in file ObjectFlexy.php, variable QuickformFlexyElement::$required
    Whether element is required
$required
in file Object.php, variable QuickformElement::$required
    Whether element is required
$requirednote
in file Object.php, variable QuickformForm::$requirednote
    Note about required elements
$requirednote
in file ObjectFlexy.php, variable QuickformFlexyForm::$requirednote
    Note about required elements
radio.php
procedural page radio.php
Renderer.php
procedural page Renderer.php
reset.php
procedural page reset.php
registerElementType
in file QuickForm.php, method HTML_QuickForm::registerElementType()
    Registers a new element type
registerRule
in file QuickForm.php, method HTML_QuickForm::registerRule()
    Registers a new validation rule
removeElement
in file QuickForm.php, method HTML_QuickForm::removeElement()
    Removes an element
renderElement
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::renderElement()
    Gets the html for an element and adds it to the array by calling parent::renderElement()
renderElement
in file Array.php, method HTML_QuickForm_Renderer_Array::renderElement()
renderElement
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderElement()
renderElement
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderElement()
    Called when visiting an element
renderElement
in file Object.php, method HTML_QuickForm_Renderer_Object::renderElement()
renderElement
in file Renderer.php, method HTML_QuickForm_Renderer::renderElement()
    Called when visiting an element
renderElement
in file Default.php, method HTML_QuickForm_Renderer_Default::renderElement()
    Renders an element Html Called when visiting an element
renderHeader
in file Renderer.php, method HTML_QuickForm_Renderer::renderHeader()
    Called when visiting a header element
renderHeader
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::renderHeader()
renderHeader
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHeader()
    Called when visiting a header element
renderHeader
in file Array.php, method HTML_QuickForm_Renderer_Array::renderHeader()
renderHeader
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderHeader()
renderHeader
in file Object.php, method HTML_QuickForm_Renderer_Object::renderHeader()
renderHeader
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHeader()
    Called when visiting a header element
renderHeader
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::renderHeader()
renderHidden
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::renderHidden()
    Gets the html for a hidden element and adds it to the array.
renderHidden
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHidden()
    Renders an hidden element Called when visiting a hidden element
renderHidden
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHidden()
    Called when visiting a hidden element
renderHidden
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderHidden()
renderHidden
in file Array.php, method HTML_QuickForm_Renderer_Array::renderHidden()
renderHidden
in file Object.php, method HTML_QuickForm_Renderer_Object::renderHidden()
renderHidden
in file Renderer.php, method HTML_QuickForm_Renderer::renderHidden()
    Called when visiting a hidden element
renderHtml
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHtml()
    Called when visiting a raw HTML/text pseudo-element
renderHtml
in file Renderer.php, method HTML_QuickForm_Renderer::renderHtml()
    Called when visiting a raw HTML/text pseudo-element
top

s

$sections
in file Object.php, variable QuickformForm::$sections
    Array of sections contained in the document
$sections
in file ObjectFlexy.php, variable QuickformFlexyForm::$sections
    Array of sections contained in the document
$seperator
in file Object.php, variable QuickformElement::$seperator
    If element is a group, the group seperator
$seperator
in file ObjectFlexy.php, variable QuickformFlexyElement::$seperator
    If element is a group, the group seperator
$style
in file Object.php, variable QuickformElement::$style
    Some information about element style
$style
in file ObjectFlexy.php, variable QuickformFlexyElement::$style
    Some information about element style
SmartyDynamic_example.php
procedural page SmartyDynamic_example.php
SmartyStatic_example.php
procedural page SmartyStatic_example.php
select.php
procedural page select.php
static.php
procedural page static.php
submit.php
procedural page submit.php
setAlign
in file image.php, method HTML_QuickForm_image::setAlign()
    Sets alignment for image element
setBorder
in file image.php, method HTML_QuickForm_image::setBorder()
    Sets border size for image element
setChecked
in file radio.php, method HTML_QuickForm_radio::setChecked()
    Sets whether radio button is checked
setChecked
in file checkbox.php, method HTML_QuickForm_checkbox::setChecked()
    Sets whether a checkbox is checked
setCols
in file textarea.php, method HTML_QuickForm_textarea::setCols()
    Sets width in cols for textarea element
setConstants
in file QuickForm.php, method HTML_QuickForm::setConstants()
    Initializes constant form values.
setDefaults
in file QuickForm.php, method HTML_QuickForm::setDefaults()
    Initializes default form values
setElementBlock
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::setElementBlock()
    Sets the block to use for element rendering
setElementError
in file QuickForm.php, method HTML_QuickForm::setElementError()
    Set error message for a form element
setElements
in file group.php, method HTML_QuickForm_group::setElements()
    Sets the grouped elements
setElementStyle
in file Array.php, method HTML_QuickForm_Renderer_Array::setElementStyle()
    Sets a style to use for element rendering
setElementStyle
in file Object.php, method HTML_QuickForm_Renderer_Object::setElementStyle()
setElementTemplate
in file QuickForm.php, method HTML_QuickForm::setElementTemplate()
    Sets element template
setElementTemplate
in file group.php, method HTML_QuickForm_group::setElementTemplate()
    Sets the template for the group elements (DEPRECATED)
setElementTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setElementTemplate()
    Sets element template
setElementType
in file Object.php, method HTML_QuickForm_Renderer_Object::setElementType()
    Set the class of the form elements. Defaults to StdClass.
setErrorTemplate
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::setErrorTemplate()
    Sets the way elements with validation errors are rendered
setErrorTemplate
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::setErrorTemplate()
    Sets the way elements with validation errors are rendered
setFormTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setFormTemplate()
    Sets form template
setFormTemplate
in file QuickForm.php, method HTML_QuickForm::setFormTemplate()
    Sets form template
setGroupElementTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setGroupElementTemplate()
    Sets element template for elements within a group
setGroupTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setGroupTemplate()
    Sets template for a group wrapper
setGroupTemplate
in file group.php, method HTML_QuickForm_group::setGroupTemplate()
    Sets the template for the group (DEPRECATED)
setHeaderBlock
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::setHeaderBlock()
    Sets the name of a block to use for header rendering
setHeaderTemplate
in file QuickForm.php, method HTML_QuickForm::setHeaderTemplate()
    Sets header template
setHeaderTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setHeaderTemplate()
    Sets header template
setHref
in file link.php, method HTML_QuickForm_link::setHref()
    Sets the links href
setHtmlTemplate
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::setHtmlTemplate()
    Set the filename of the template to render html elements.
setJsWarnings
in file QuickForm.php, method HTML_QuickForm::setJsWarnings()
    Sets JavaScript warning messages
setLabel
in file element.php, method HTML_QuickForm_element::setLabel()
    Sets display text for the element
setLabelTemplate
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::setLabelTemplate()
    Set the filename of the template to render form labels In your template, {label} is replaced by the unmodified label.
setMainOptions
in file hierselect.php, method HTML_QuickForm_hierselect::setMainOptions()
    Sets the options for the first select Format is standard key/value pairs for select elements.
setMaxFileSize
in file QuickForm.php, method HTML_QuickForm::setMaxFileSize()
    Sets the value of MAX_FILE_SIZE hidden element
setMaxlength
in file text.php, method HTML_QuickForm_text::setMaxlength()
    Sets maxlength of text field
setMaxlength
in file password.php, method HTML_QuickForm_password::setMaxlength()
    Sets maxlength of password element
setMultiple
in file select.php, method HTML_QuickForm_select::setMultiple()
    Sets the select mutiple attribute
setName
in file select.php, method HTML_QuickForm_select::setName()
    Sets the input field name
setName
in file input.php, method HTML_QuickForm_input::setName()
    Sets the input field name
setName
in file link.php, method HTML_QuickForm_link::setName()
    Sets the input field name
setName
in file element.php, method HTML_QuickForm_element::setName()
    Sets the input field name
setName
in file textarea.php, method HTML_QuickForm_textarea::setName()
    Sets the input field name
setName
in file group.php, method HTML_QuickForm_group::setName()
    Sets the group name
setName
in file static.php, method HTML_QuickForm_static::setName()
    Sets the element name
setPersistantFreeze
in file element.php, method HTML_QuickForm_element::setPersistantFreeze()
    Sets wether an element value should be kept in an hidden field when the element is frozen or not
setRequiredNote
in file QuickForm.php, method HTML_QuickForm::setRequiredNote()
    Sets required-note
setRequiredNoteTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setRequiredNoteTemplate()
    Sets the note indicating required fields template
setRequiredNoteTemplate
in file QuickForm.php, method HTML_QuickForm::setRequiredNoteTemplate()
    Sets element template
setRequiredTemplate
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::setRequiredTemplate()
    Sets the way required elements are rendered
setRequiredTemplate
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::setRequiredTemplate()
    Sets the way required elements are rendered
setRows
in file textarea.php, method HTML_QuickForm_textarea::setRows()
    Sets height in rows for textarea element
setSecOptions
in file hierselect.php, method HTML_QuickForm_hierselect::setSecOptions()
    Sets the options for the second select
setSelected
in file select.php, method HTML_QuickForm_select::setSelected()
    Sets the default values of the select box
setSize
in file text.php, method HTML_QuickForm_text::setSize()
    Sets size of text field
setSize
in file file.php, method HTML_QuickForm_file::setSize()
    Sets size of file element
setSize
in file password.php, method HTML_QuickForm_password::setSize()
    Sets size of password element
setSize
in file select.php, method HTML_QuickForm_select::setSize()
    Sets the select field size, only applies to 'multiple' selects
setSource
in file image.php, method HTML_QuickForm_image::setSource()
    Sets source for image element
setText
in file static.php, method HTML_QuickForm_static::setText()
    Sets the text
setText
in file checkbox.php, method HTML_QuickForm_checkbox::setText()
    Sets the checkbox text
setText
in file radio.php, method HTML_QuickForm_radio::setText()
    Sets the radio text
setType
in file input.php, method HTML_QuickForm_input::setType()
    Sets the element type
setValue
in file select.php, method HTML_QuickForm_select::setValue()
    Sets the value of the form element
setValue
in file textarea.php, method HTML_QuickForm_textarea::setValue()
    Sets value for textarea element
setValue
in file static.php, method HTML_QuickForm_static::setValue()
    Sets the text (uses the standard setValue call to emulate a form element.
setValue
in file link.php, method HTML_QuickForm_link::setValue()
    Sets value for textarea element
setValue
in file file.php, method HTML_QuickForm_file::setValue()
    Sets value for file element.
setValue
in file group.php, method HTML_QuickForm_group::setValue()
    Sets values for group's elements
setValue
in file element.php, method HTML_QuickForm_element::setValue()
    Sets the value of the form element
setValue
in file date.php, method HTML_QuickForm_date::setValue()
setValue
in file checkbox.php, method HTML_QuickForm_checkbox::setValue()
    Sets the value of the form element
setValue
in file input.php, method HTML_QuickForm_input::setValue()
    Sets the value of the form element
setValue
in file hierselect.php, method HTML_QuickForm_hierselect::setValue()
    Sets the element value
setValue
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValue()
    Sets the element's value
setValues
in file QuickHtml_example.php, function setValues()
setValues
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValues()
    Sets the values used by the hidden element
setWrap
in file textarea.php, method HTML_QuickForm_textarea::setWrap()
    Sets wrap type for textarea element
startForm
in file Default.php, method HTML_QuickForm_Renderer_Default::startForm()
    Called when visiting a form, before processing any form elements
startForm
in file Array.php, method HTML_QuickForm_Renderer_Array::startForm()
startForm
in file Renderer.php, method HTML_QuickForm_Renderer::startForm()
    Called when visiting a form, before processing any form elements
startForm
in file Object.php, method HTML_QuickForm_Renderer_Object::startForm()
startForm
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::startForm()
    Called when visiting a form, before processing any form elements
startGroup
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::startGroup()
startGroup
in file Array.php, method HTML_QuickForm_Renderer_Array::startGroup()
startGroup
in file Default.php, method HTML_QuickForm_Renderer_Default::startGroup()
    Called when visiting a group, before processing any group elements
startGroup
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::startGroup()
startGroup
in file Object.php, method HTML_QuickForm_Renderer_Object::startGroup()
startGroup
in file Renderer.php, method HTML_QuickForm_Renderer::startGroup()
    Called when visiting a group, before processing any group elements
startGroup
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::startGroup()
    Called when visiting a group, before processing any group elements
startGroup
in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::startGroup()
top

t

$type
in file ObjectFlexy.php, variable QuickformFlexyElement::$type
    Type of element
$type
in file Object.php, variable QuickformElement::$type
    Type of element
textarea.php
procedural page textarea.php
text.php
procedural page text.php
toArray
in file QuickForm.php, method HTML_QuickForm::toArray()
    Returns the form's contents in an array.
toArray
in file Array.php, method HTML_QuickForm_Renderer_Array::toArray()
    Returns the resultant array
toHtml
in file QuickForm.php, method HTML_QuickForm::toHtml()
    Returns an HTML version of the form
toHtml
in file select.php, method HTML_QuickForm_select::toHtml()
    Returns the SELECT in HTML
toHtml
in file static.php, method HTML_QuickForm_static::toHtml()
    Returns the static text element in HTML
toHtml
in file radio.php, method HTML_QuickForm_radio::toHtml()
    Returns the radio element in HTML
toHtml
in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::toHtml()
    returns the HTML generated for the form
toHtml
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::toHtml()
    Returns the checkbox element in HTML and the additional hidden element in HTML
toHtml
in file Default.php, method HTML_QuickForm_Renderer_Default::toHtml()
    returns the HTML generated for the form
toHtml
in file date.php, method HTML_QuickForm_date::toHtml()
toHtml
in file checkbox.php, method HTML_QuickForm_checkbox::toHtml()
    Returns the checkbox element in HTML
toHtml
in file group.php, method HTML_QuickForm_group::toHtml()
    Returns Html for the group
toHtml
in file hiddenselect.php, method HTML_QuickForm_hiddenselect::toHtml()
    Returns the SELECT in HTML
toHtml
in file link.php, method HTML_QuickForm_link::toHtml()
    Returns the textarea element in HTML
toHtml
in file input.php, method HTML_QuickForm_input::toHtml()
    Returns the input field in HTML
toHtml
in file hierselect.php, method HTML_QuickForm_hierselect::toHtml()
    Returns Html for the group
toHtml
in file textarea.php, method HTML_QuickForm_textarea::toHtml()
    Returns the textarea element in HTML
toObject
in file Object.php, method HTML_QuickForm_Renderer_Object::toObject()
    Return the rendered Object
top

u

updateElementAttr
in file QuickForm.php, method HTML_QuickForm::updateElementAttr()
    Updates Attributes for one or more elements
top

v

$value
in file Object.php, variable QuickformElement::$value
    Element value
$value
in file ObjectFlexy.php, variable QuickformFlexyElement::$value
    Element value
validate
in file QuickForm.php, method HTML_QuickForm::validate()
    Performs the server side validation
top

_

$_jsPostfix
in file QuickForm.php, variable HTML_QuickForm::$_jsPostfix
    Postfix message in javascript alert if error
$_jsPrefix
in file QuickForm.php, variable HTML_QuickForm::$_jsPrefix
    Prefix message in javascript alert if error
$_maxFileSize
in file QuickForm.php, variable HTML_QuickForm::$_maxFileSize
    Value for maxfilesize hidden element if form contains file input
$_requiredNote
in file QuickForm.php, variable HTML_QuickForm::$_requiredNote
    Note for required fields in the form
$_submitFiles
in file QuickForm.php, variable HTML_QuickForm::$_submitFiles
    Array of submitted form files
_createElements
in file hierselect.php, method HTML_QuickForm_hierselect::_createElements()
    Creates the two select objects
_filterAustin
in file QuickForm_example5.php, function _filterAustin()
top

Documentation generated on Sat, 1 May 2004 00:33:32 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.