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

Element index for package apidoc

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

_

$_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
top

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 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 date.php, method HTML_QuickForm_date::accept()
accept
in file element.php, method HTML_QuickForm_element::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 QuickForm.php, method HTML_QuickForm::accept()
    Accepts a renderer
accept
in file hidden.php, method HTML_QuickForm_hidden::accept()
    Accepts a renderer
accept
in file group.php, method HTML_QuickForm_group::accept()
    Accepts a renderer
accept
in file header.php, method HTML_QuickForm_header::accept()
    Accepts a renderer
addData
in file Regex.php, method HTML_QuickForm_Rule_Regex::addData()
    Adds new regular expressions to the list
addData
in file Callback.php, method HTML_QuickForm_Rule_Callback::addData()
    Adds new callbacks to the callbacks list
addElement
in file QuickForm.php, method HTML_QuickForm::addElement()
    Adds an element into the form
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
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 element.php, method HTML_QuickForm_element::apiVersion()
    Returns the current API version
apiVersion
in file QuickForm.php, method HTML_QuickForm::apiVersion()
    Returns the current API version
apiVersion
in file select.php, method HTML_QuickForm_select::apiVersion()
    Returns the current API version
applyFilter
in file QuickForm.php, method HTML_QuickForm::applyFilter()
    Applies a data filter for the given field(s)
arrayMerge
in file QuickForm.php, method HTML_QuickForm::arrayMerge()
    Merges two arrays
top

c

clearAllTemplates
in file Default.php, method HTML_QuickForm_Renderer_Default::clearAllTemplates()
    Clears all the HTML out of the templates that surround notes, elements, etc.
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()
top

d

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

e

$elements
in file Object.php, variable QuickformForm::$elements
    Array of QuickformElementObject elements. If there are headers in the form
$elements
in file ObjectFlexy.php, variable QuickformFlexyElement::$elements
    If element is a group, an array of subelements
$elements
in file Object.php, variable QuickformElement::$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 ObjectFlexy.php, variable QuickformFlexyElement::$error
    Error associated with the element
$error
in file Object.php, variable QuickformElement::$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
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 static.php, method HTML_QuickForm_static::exportValue()
    We override this here because we don't want any values from static elements
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 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 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
exportValue
in file xbutton.php, method HTML_QuickForm_xbutton::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)
exportValues
in file QuickForm.php, method HTML_QuickForm::exportValues()
    Returns 'safe' elements' values
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 QuickformFlexyForm::$frozen
    Whether the form has been frozen
$frozen
in file ObjectFlexy.php, variable QuickformFlexyElement::$frozen
    Whether the element is 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 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 Array.php, method HTML_QuickForm_Renderer_Array::finishGroup()
finishGroup
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file Default.php, method HTML_QuickForm_Renderer_Default::finishGroup()
    Called when visiting a group, after processing all group elements
finishGroup
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::finishGroup()
freeze
in file button.php, method HTML_QuickForm_button::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 xbutton.php, method HTML_QuickForm_xbutton::freeze()
freeze
in file reset.php, method HTML_QuickForm_reset::freeze()
    Freeze the element so that only its value is returned
freeze
in file QuickForm.php, method HTML_QuickForm::freeze()
    Displays elements without HTML input tags
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
freeze
in file file.php, method HTML_QuickForm_file::freeze()
    Freeze the element so that only its value is returned
freeze
in file element.php, method HTML_QuickForm_element::freeze()
    Freeze the element so that only its value is returned
top

g

getChecked
in file checkbox.php, method HTML_QuickForm_checkbox::getChecked()
    Returns whether a checkbox is checked
getChecked
in file radio.php, method HTML_QuickForm_radio::getChecked()
    Returns whether radio button 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 static.php, method HTML_QuickForm_static::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file select.php, method HTML_QuickForm_select::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
getFrozenHtml
in file group.php, method HTML_QuickForm_group::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 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 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 radio.php, method HTML_QuickForm_radio::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file element.php, method HTML_QuickForm_element::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getFrozenHtml()
    Unlike checkbox, this has to append a hidden input in both
getFrozenHtml
in file xbutton.php, method HTML_QuickForm_xbutton::getFrozenHtml()
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 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 select.php, method HTML_QuickForm_select::getName()
    Returns the element name
getName
in file xbutton.php, method HTML_QuickForm_xbutton::getName()
getName
in file element.php, method HTML_QuickForm_element::getName()
    Returns the element name
getName
in file static.php, method HTML_QuickForm_static::getName()
    Returns the element name
getName
in file textarea.php, method HTML_QuickForm_textarea::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
getRule
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::getRule()
    Returns a reference to the requested rule object
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
getValidationScript
in file rules-custom.php, method RuleNumericRange::getValidationScript()
getValidationScript
in file Email.php, method HTML_QuickForm_Rule_Email::getValidationScript()
getValidationScript
in file Callback.php, method HTML_QuickForm_Rule_Callback::getValidationScript()
getValidationScript
in file Required.php, method HTML_QuickForm_Rule_Required::getValidationScript()
getValidationScript
in file Regex.php, method HTML_QuickForm_Rule_Regex::getValidationScript()
getValidationScript
in file Range.php, method HTML_QuickForm_Rule_Range::getValidationScript()
getValidationScript
in file QuickForm.php, method HTML_QuickForm::getValidationScript()
    Returns the client side validation script
getValidationScript
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::getValidationScript()
    Returns the validation test in javascript code
getValidationScript
in file Rule.php, method HTML_QuickForm_Rule::getValidationScript()
    Returns the javascript test (the test should return true if the value is INVALID)
getValue
in file textarea.php, method HTML_QuickForm_textarea::getValue()
    Returns the value of the form element
getValue
in file element.php, method HTML_QuickForm_element::getValue()
    Returns the value of the form element
getValue
in file xbutton.php, method HTML_QuickForm_xbutton::getValue()
getValue
in file checkbox.php, method HTML_QuickForm_checkbox::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 input.php, method HTML_QuickForm_input::getValue()
    Returns the value of the form element
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 advcheckbox.php, method HTML_QuickForm_advcheckbox::getValue()
    Returns the element's value
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
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_autocomplete
in file autocomplete.php, class HTML_QuickForm_autocomplete
    Class to dynamically create an HTML input text element that at every keypressed javascript event, check in an array of options if there's a match and autocomplete the text in case of match.
HTML_QuickForm_autocomplete
in file autocomplete.php, method HTML_QuickForm_autocomplete::HTML_QuickForm_autocomplete()
    Class constructor
HTML_QuickForm_button
in file button.php, method HTML_QuickForm_button::HTML_QuickForm_button()
    Class constructor
HTML_QuickForm_button
in file button.php, class HTML_QuickForm_button
    HTML class for a button type element
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, class HTML_QuickForm_date
    Class for a group of elements used to input dates (and times).
HTML_QuickForm_date
in file date.php, method HTML_QuickForm_date::HTML_QuickForm_date()
    Class constructor
HTML_QuickForm_element
in file element.php, method HTML_QuickForm_element::HTML_QuickForm_element()
    Class constructor
HTML_QuickForm_element
in file element.php, class HTML_QuickForm_element
    Base class for form elements
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_Error
in file QuickForm.php, class HTML_QuickForm_Error
HTML_QuickForm_file
in file file.php, method HTML_QuickForm_file::HTML_QuickForm_file()
    Class constructor
HTML_QuickForm_file
in file file.php, class HTML_QuickForm_file
    HTML class for a file type element
HTML_QuickForm_group
in file group.php, class HTML_QuickForm_group
    HTML class for a form element group
HTML_QuickForm_group
in file group.php, method HTML_QuickForm_group::HTML_QuickForm_group()
    Class constructor
HTML_QuickForm_header
in file header.php, method HTML_QuickForm_header::HTML_QuickForm_header()
    Class constructor
HTML_QuickForm_header
in file header.php, class HTML_QuickForm_header
    A pseudo-element used for adding headers to form
HTML_QuickForm_hidden
in file hidden.php, method HTML_QuickForm_hidden::HTML_QuickForm_hidden()
    Class constructor
HTML_QuickForm_hidden
in file hidden.php, class HTML_QuickForm_hidden
    HTML class for a hidden type element
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 or more HTML Select elements The first select changes the content of the second select and so on.
HTML_QuickForm_html
in file html.php, method HTML_QuickForm_html::HTML_QuickForm_html()
    Class constructor
HTML_QuickForm_html
in file html.php, class HTML_QuickForm_html
    A pseudo-element used for adding raw HTML to form
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, method HTML_QuickForm_link::HTML_QuickForm_link()
    Class constructor
HTML_QuickForm_link
in file link.php, class HTML_QuickForm_link
    HTML class for a link type field
HTML_QuickForm_password
in file password.php, method HTML_QuickForm_password::HTML_QuickForm_password()
    Class constructor
HTML_QuickForm_password
in file password.php, class HTML_QuickForm_password
    HTML class for a password type field
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, class HTML_QuickForm_Renderer_Array
    A concrete renderer for HTML_QuickForm, makes an array of form contents
HTML_QuickForm_Renderer_Array
in file Array.php, method HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array()
    Constructor
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, class HTML_QuickForm_Renderer_Default
    A concrete renderer for HTML_QuickForm, based on QuickForm 2.x built-in one
HTML_QuickForm_Renderer_Default
in file Default.php, method HTML_QuickForm_Renderer_Default::HTML_QuickForm_Renderer_Default()
    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_ITDynamic
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::HTML_QuickForm_Renderer_ITDynamic()
    Constructor
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, method HTML_QuickForm_Renderer_Object::HTML_QuickForm_Renderer_Object()
    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_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_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_Rule
in file Rule.php, class HTML_QuickForm_Rule
HTML_QuickForm_RuleRegistry
in file RuleRegistry.php, class HTML_QuickForm_RuleRegistry
    Registers rule objects and uses them for validation
HTML_QuickForm_Rule_Callback
in file Callback.php, class HTML_QuickForm_Rule_Callback
    Validates values using callback functions or methods
HTML_QuickForm_Rule_Email
in file Email.php, class HTML_QuickForm_Rule_Email
    Email validation rule
HTML_QuickForm_Rule_Range
in file Range.php, class HTML_QuickForm_Rule_Range
    Validates values using range comparison
HTML_QuickForm_Rule_Regex
in file Regex.php, class HTML_QuickForm_Rule_Regex
    Validates values using regular expressions
HTML_QuickForm_Rule_Required
in file Required.php, class HTML_QuickForm_Rule_Required
    Required elements validation
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
HTML_QuickForm_xbutton
in file xbutton.php, method HTML_QuickForm_xbutton::HTML_QuickForm_xbutton()
    Class constructor
HTML_QuickForm_xbutton
in file xbutton.php, class HTML_QuickForm_xbutton
    Class for HTML 4.0 <button> element
top

i

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 QuickForm.php, method HTML_QuickForm::isFrozen()
    Returns whether or not the whole form is frozen
isFrozen
in file element.php, method HTML_QuickForm_element::isFrozen()
    Returns whether or not the element 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 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 QuickformFlexyElement::$label
    Label for the element
$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
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
top

n

$name
in file ObjectFlexy.php, variable QuickformFlexyElement::$name
    Element name
$name
in file Object.php, variable QuickformElement::$name
    Element name
$name
in file Rule.php, variable HTML_QuickForm_Rule::$name
    Name of the rule to use in validate method
notFrozen
in file Object.php, method QuickformElement::notFrozen()
top

o

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 radio.php, method HTML_QuickForm_radio::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
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 xbutton.php, method HTML_QuickForm_xbutton::onQuickFormEvent()
onQuickFormEvent
in file hierselect.php, method HTML_QuickForm_hierselect::onQuickFormEvent()
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 group.php, method HTML_QuickForm_group::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
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 checkbox.php, method HTML_QuickForm_checkbox::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 date.php, method HTML_QuickForm_date::onQuickFormEvent()
outputHeader
in file Object.php, method QuickformForm::outputHeader()
    Output &lt;form&gt; header
outputHeader
in file ObjectFlexy.php, method QuickformFlexyForm::outputHeader()
    Output &lt;form&gt; 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

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

q

QuickHtml_example.php
procedural page QuickHtml_example.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
top

r

$regex
in file Email.php, variable HTML_QuickForm_Rule_Email::$regex
$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
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
registerRule
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::registerRule()
    Registers a new validation rule
removeElement
in file QuickForm.php, method HTML_QuickForm::removeElement()
    Removes an element
renderElement
in file Array.php, method HTML_QuickForm_Renderer_Array::renderElement()
renderElement
in file Object.php, method HTML_QuickForm_Renderer_Object::renderElement()
renderElement
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderElement()
    Called when visiting an element
renderElement
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderElement()
renderElement
in file Default.php, method HTML_QuickForm_Renderer_Default::renderElement()
    Renders an element Html Called when visiting an element
renderElement
in file Renderer.php, method HTML_QuickForm_Renderer::renderElement()
    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 Object.php, method HTML_QuickForm_Renderer_Object::renderHeader()
renderHeader
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::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 Default.php, method HTML_QuickForm_Renderer_Default::renderHeader()
    Called when visiting a header element
renderHeader
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHeader()
    Called when visiting a header element
renderHidden
in file Array.php, method HTML_QuickForm_Renderer_Array::renderHidden()
renderHidden
in file Renderer.php, method HTML_QuickForm_Renderer::renderHidden()
    Called when visiting a hidden element
renderHidden
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderHidden()
renderHidden
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHidden()
    Called when visiting a hidden element
renderHidden
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHidden()
    Renders an hidden element Called when visiting a hidden element
renderHidden
in file Object.php, method HTML_QuickForm_Renderer_Object::renderHidden()
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
RuleNumericRange
in file rules-custom.php, class RuleNumericRange
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
$separator
in file ObjectFlexy.php, variable QuickformFlexyElement::$separator
    If element is a group, the group separator
$separator
in file Object.php, variable QuickformElement::$separator
    If element is a group, the group separator
$style
in file ObjectFlexy.php, variable QuickformFlexyElement::$style
    Some information about element style
$style
in file Object.php, variable QuickformElement::$style
    Some information about element style
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 checkbox.php, method HTML_QuickForm_checkbox::setChecked()
    Sets whether a checkbox is checked
setChecked
in file radio.php, method HTML_QuickForm_radio::setChecked()
    Sets whether radio button 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.
setContent
in file xbutton.php, method HTML_QuickForm_xbutton::setContent()
    Sets the contents of the button element
setDatasource
in file QuickForm.php, method HTML_QuickForm::setDatasource()
    Sets a datasource object for this form object
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 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 ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::setErrorTemplate()
    Sets the way elements with validation errors are rendered
setErrorTemplate
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::setErrorTemplate()
    Sets the way elements with validation errors are rendered
setFormTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::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
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 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 element. Deprecated. setOptions() should be used.
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 xbutton.php, method HTML_QuickForm_xbutton::setName()
setName
in file textarea.php, method HTML_QuickForm_textarea::setName()
    Sets the input field name
setName
in file Rule.php, method HTML_QuickForm_Rule::setName()
    Sets the rule name
setName
in file static.php, method HTML_QuickForm_static::setName()
    Sets the element name
setName
in file select.php, method HTML_QuickForm_select::setName()
    Sets the input field name
setName
in file link.php, method HTML_QuickForm_link::setName()
    Sets the input field name
setName
in file group.php, method HTML_QuickForm_group::setName()
    Sets the group name
setName
in file input.php, method HTML_QuickForm_input::setName()
    Sets the input field name
setName
in file element.php, method HTML_QuickForm_element::setName()
    Sets the input field name
setOptions
in file hierselect.php, method HTML_QuickForm_hierselect::setOptions()
    Initialize the array structure containing the options for each select element.
setOptions
in file autocomplete.php, method HTML_QuickForm_autocomplete::setOptions()
    Sets the options for the autocomplete input text element
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
setRequiredTemplate
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::setRequiredTemplate()
    Sets the way required elements are rendered
setRequiredTemplate
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::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 element. Deprecated. setOptions() should be used.
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 select.php, method HTML_QuickForm_select::setSize()
    Sets the select field size, only applies to 'multiple' selects
setSize
in file password.php, method HTML_QuickForm_password::setSize()
    Sets size of password element
setSource
in file image.php, method HTML_QuickForm_image::setSource()
    Sets source for image element
setText
in file checkbox.php, method HTML_QuickForm_checkbox::setText()
    Sets the checkbox text
setText
in file static.php, method HTML_QuickForm_static::setText()
    Sets the 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 date.php, method HTML_QuickForm_date::setValue()
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 checkbox.php, method HTML_QuickForm_checkbox::setValue()
    Sets the value of the form element
setValue
in file link.php, method HTML_QuickForm_link::setValue()
    Sets value for textarea element
setValue
in file xbutton.php, method HTML_QuickForm_xbutton::setValue()
setValue
in file select.php, method HTML_QuickForm_select::setValue()
    Sets the value of the form element
setValue
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValue()
    Sets the element's value
setValue
in file input.php, method HTML_QuickForm_input::setValue()
    Sets the value of the form element
setValue
in file file.php, method HTML_QuickForm_file::setValue()
    Sets value for file element.
setValue
in file element.php, method HTML_QuickForm_element::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 group.php, method HTML_QuickForm_group::setValue()
    Sets values for group's elements
setValue
in file hierselect.php, method HTML_QuickForm_hierselect::setValue()
    Sets values for group's elements
setValues
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValues()
    Sets the values used by the hidden element
setValues
in file QuickHtml_example.php, function setValues()
setWrap
in file textarea.php, method HTML_QuickForm_textarea::setWrap()
    Sets wrap type for textarea element
singleton
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::singleton()
    Returns a singleton of HTML_QuickForm_RuleRegistry
startForm
in file Array.php, method HTML_QuickForm_Renderer_Array::startForm()
startForm
in file Default.php, method HTML_QuickForm_Renderer_Default::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
startForm
in file Renderer.php, method HTML_QuickForm_Renderer::startForm()
    Called when visiting a form, before processing any form 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 ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::startGroup()
startGroup
in file Object.php, method HTML_QuickForm_Renderer_Object::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 ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::startGroup()
    Called when visiting a group, before processing any group elements
startGroup
in file Array.php, method HTML_QuickForm_Renderer_Array::startGroup()
startGroup
in file Renderer.php, method HTML_QuickForm_Renderer::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 Object.php, variable QuickformElement::$type
    Type of element
$type
in file ObjectFlexy.php, variable QuickformFlexyElement::$type
    Type of element
toArray
in file Array.php, method HTML_QuickForm_Renderer_Array::toArray()
    Returns the resultant array
toArray
in file QuickForm.php, method HTML_QuickForm::toArray()
    Returns the form's contents in an array.
toHtml
in file QuickForm.php, method HTML_QuickForm::toHtml()
    Returns an HTML version of the form
toHtml
in file radio.php, method HTML_QuickForm_radio::toHtml()
    Returns the radio element in HTML
toHtml
in file static.php, method HTML_QuickForm_static::toHtml()
    Returns the static text element in HTML
toHtml
in file xbutton.php, method HTML_QuickForm_xbutton::toHtml()
toHtml
in file textarea.php, method HTML_QuickForm_textarea::toHtml()
    Returns the textarea element in HTML
toHtml
in file select.php, method HTML_QuickForm_select::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 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 autocomplete.php, method HTML_QuickForm_autocomplete::toHtml()
    Returns Html for the autocomplete input text element
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 advcheckbox.php, method HTML_QuickForm_advcheckbox::toHtml()
    Returns the checkbox element in HTML and the additional hidden 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
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 ObjectFlexy.php, variable QuickformFlexyElement::$value
    Element value
$value
in file Object.php, variable QuickformElement::$value
    Element value
validate
in file Rule.php, method HTML_QuickForm_Rule::validate()
    Validates a value
validate
in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::validate()
    Performs validation on the given values
validate
in file rules-custom.php, method RuleNumericRange::validate()
validate
in file Required.php, method HTML_QuickForm_Rule_Required::validate()
    Checks if an element is empty
validate
in file Range.php, method HTML_QuickForm_Rule_Range::validate()
    Validates a value using a range comparison
validate
in file Email.php, method HTML_QuickForm_Rule_Email::validate()
    Validates an email address
validate
in file QuickForm.php, method HTML_QuickForm::validate()
    Performs the server side validation
validate
in file Callback.php, method HTML_QuickForm_Rule_Callback::validate()
    Validates a value using a callback
validate
in file Regex.php, method HTML_QuickForm_Rule_Regex::validate()
    Validates a value using a regular expression
top

Documentation generated on Mon, 11 Mar 2019 13:52:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.