Element index for package HTML_QuickForm
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ _ ]
top
a
- $attributes
- in file Object.php, variable QuickformForm::$attributes
Attributes for form tag
- accept
- in file hidden.php, method HTML_QuickForm_hidden::accept()
Accepts a renderer
- accept
- in file header.php, method HTML_QuickForm_header::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()
- accept
- in file QuickForm.php, method HTML_QuickForm::accept()
Accepts a renderer
- accept
- in file group.php, method HTML_QuickForm_group::accept()
Accepts a renderer
- accept
- in file html.php, method HTML_QuickForm_html::accept()
Accepts a renderer
- accept
- in file element.php, method HTML_QuickForm_element::accept()
Accepts a renderer
- accept
- in file date.php, method HTML_QuickForm_date::accept()
- 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 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
- 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
- advcheckbox.php
- procedural page advcheckbox.php
- autocomplete.php
- procedural page autocomplete.php
- Array.php
- procedural page Array.php
- ArraySmarty.php
- procedural page ArraySmarty.php
top
top
top
top
e
- $elements
- in file Object.php, variable QuickformElement::$elements
If element is a group, an array of subelements
- $elements
- in file Object.php, variable QuickformForm::$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
- $errors
- in file Object.php, variable QuickformForm::$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 input.php, method HTML_QuickForm_input::exportValue()
We don't need values from button-type elements (except submit) and files
- 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 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 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 xbutton.php, method HTML_QuickForm_xbutton::exportValue()
Returns a 'safe' element's value
- exportValue
- in file static.php, method HTML_QuickForm_static::exportValue()
We override this here because we don't want any values from static elements
- exportValues
- in file QuickForm.php, method HTML_QuickForm::exportValues()
Returns 'safe' elements' values
- element.php
- procedural page element.php
- Email.php
- procedural page Email.php
top
f
- $frozen
- in file Object.php, variable QuickformElement::$frozen
Whether the element is frozen
- $frozen
- in file Object.php, variable QuickformForm::$frozen
Whether the form has been frozen
- 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
- 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
- finishGroup
- in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishGroup()
Called when visiting a group, after processing all group elements
- 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 Array.php, method HTML_QuickForm_Renderer_Array::finishGroup()
- finishGroup
- in file Object.php, method HTML_QuickForm_Renderer_Object::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
- 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 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 element.php, method HTML_QuickForm_element::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 hidden.php, method HTML_QuickForm_hidden::freeze()
Freeze the element so that only its value is returned
- freeze
- in file group.php, method HTML_QuickForm_group::freeze()
- freeze
- in file file.php, method HTML_QuickForm_file::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
- file.php
- procedural page file.php
top
g
- $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES']
- in file QuickForm.php, global variable $GLOBALS['HTML_QUICKFORM_ELEMENT_TYPES']
Element types known to HTML_QuickForm
- $GLOBALS['_HTML_QuickForm_registered_rules']
- in file QuickForm.php, global variable $GLOBALS['_HTML_QuickForm_registered_rules']
Validation rules known to HTML_QuickForm
- 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 radio.php, method HTML_QuickForm_radio::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 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 select.php, method HTML_QuickForm_select::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 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 checkbox.php, method HTML_QuickForm_checkbox::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()
- getFrozenHtml
- in file group.php, method HTML_QuickForm_group::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 textarea.php, method HTML_QuickForm_textarea::getName()
Returns the element name
- 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 xbutton.php, method HTML_QuickForm_xbutton::getName()
- 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 input.php, method HTML_QuickForm_input::getName()
Returns the element name
- getName
- in file select.php, method HTML_QuickForm_select::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 advcheckbox.php, method HTML_QuickForm_advcheckbox::getPrivateName()
Gets the private name for the element
- getPrivateName
- in file select.php, method HTML_QuickForm_select::getPrivateName()
Returns the element name (possibly with brackets appended)
- 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 file.php, method HTML_QuickForm_file::getSize()
Returns size of file element
- getSize
- in file select.php, method HTML_QuickForm_select::getSize()
Returns the select field size
- 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 Callback.php, method HTML_QuickForm_Rule_Callback::getValidationScript()
- getValidationScript
- in file Compare.php, method HTML_QuickForm_Rule_Compare::getValidationScript()
- getValidationScript
- in file Email.php, method HTML_QuickForm_Rule_Email::getValidationScript()
- getValidationScript
- in file RuleRegistry.php, method HTML_QuickForm_RuleRegistry::getValidationScript()
Returns the validation test in javascript code
- getValidationScript
- in file Range.php, method HTML_QuickForm_Rule_Range::getValidationScript()
- getValidationScript
- in file Rule.php, method HTML_QuickForm_Rule::getValidationScript()
Returns the javascript test (the test should return true if the value is INVALID)
- getValidationScript
- in file Regex.php, method HTML_QuickForm_Rule_Regex::getValidationScript()
- getValidationScript
- in file Required.php, method HTML_QuickForm_Rule_Required::getValidationScript()
- getValidationScript
- in file QuickForm.php, method HTML_QuickForm::getValidationScript()
Returns the client side validation script
- getValue
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getValue()
Returns the element's value
- getValue
- in file textarea.php, method HTML_QuickForm_textarea::getValue()
Returns the value of the form element
- getValue
- in file xbutton.php, method HTML_QuickForm_xbutton::getValue()
- getValue
- in file link.php, method HTML_QuickForm_link::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 select.php, method HTML_QuickForm_select::getValue()
Returns an array of the selected values
- 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 checkbox.php, method HTML_QuickForm_checkbox::getValue()
Returns the value of the form element
- getValue
- in file file.php, method HTML_QuickForm_file::getValue()
Returns information about the uploaded file
- group.php
- procedural page group.php
top
h
- $hidden
- in file Object.php, variable QuickformForm::$hidden
Collected html of all hidden variables
- $html
- in file Object.php, variable QuickformElement::$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
- hidden.php
- procedural page hidden.php
- hiddenselect.php
- procedural page hiddenselect.php
- hierselect.php
- procedural page hierselect.php
- html.php
- procedural page html.php
- HTML_QuickForm_advcheckbox
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox()
Class constructor
- HTML_QuickForm_advcheckbox
- in file advcheckbox.php, class HTML_QuickForm_advcheckbox
HTML class for an advanced checkbox type field
- HTML_QuickForm_autocomplete
- in file autocomplete.php, class HTML_QuickForm_autocomplete
HTML class for an autocomplete element
- 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 an <input type="button" /> elements
- 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, 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
Class for errors thrown by HTML_QuickForm package
- 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 upload field
- 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, 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, method HTML_QuickForm_hiddenselect::HTML_QuickForm_hiddenselect()
Class constructor
- HTML_QuickForm_hiddenselect
- in file hiddenselect.php, class HTML_QuickForm_hiddenselect
Hidden select pseudo-element
- 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
Hierarchical select element
- 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 an <input type="image" /> element
- HTML_QuickForm_image
- in file image.php, method HTML_QuickForm_image::HTML_QuickForm_image()
Class constructor
- HTML_QuickForm_input
- in file input.php, class HTML_QuickForm_input
Base class for <input /> form elements
- HTML_QuickForm_input
- in file input.php, method HTML_QuickForm_input::HTML_QuickForm_input()
Class constructor
- 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, class HTML_QuickForm_Renderer
An abstract base class for QuickForm renderers
- HTML_QuickForm_Renderer
- in file Renderer.php, method HTML_QuickForm_Renderer::HTML_QuickForm_Renderer()
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_Array
- in file Array.php, method HTML_QuickForm_Renderer_Array::HTML_QuickForm_Renderer_Array()
Constructor
- HTML_QuickForm_Renderer_ArraySmarty
- in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::HTML_QuickForm_Renderer_ArraySmarty()
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 a Smarty template
- 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, 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, class HTML_QuickForm_Renderer_ObjectFlexy
QuickForm renderer for Flexy template engine, static version.
- HTML_QuickForm_Renderer_ObjectFlexy
- in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::HTML_QuickForm_Renderer_ObjectFlexy()
Constructor
- HTML_QuickForm_Renderer_QuickHtml
- in file QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::HTML_QuickForm_Renderer_QuickHtml()
Constructor
- 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_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
Abstract base class for QuickForm validation rules
- 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_Compare
- in file Compare.php, class HTML_QuickForm_Rule_Compare
Rule to compare two form fields
- 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
Checks that the length of value is within range
- 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, class HTML_QuickForm_static
HTML class for static data
- HTML_QuickForm_static
- in file static.php, method HTML_QuickForm_static::HTML_QuickForm_static()
Class constructor
- 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, class HTML_QuickForm_textarea
HTML class for a textarea type field
- HTML_QuickForm_textarea
- in file textarea.php, method HTML_QuickForm_textarea::HTML_QuickForm_textarea()
Class constructor
- 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
- image.php
- procedural page image.php
- input.php
- procedural page input.php
- ITDynamic.php
- procedural page ITDynamic.php
- ITStatic.php
- procedural page ITStatic.php
- insertElementBefore
- in file QuickForm.php, method HTML_QuickForm::insertElementBefore()
Inserts a new element right before the other element
- 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
- isSubmitted
- in file QuickForm.php, method HTML_QuickForm::isSubmitted()
Tells whether the form was already submitted
- 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
top
top
top
top
o
- Object.php
- procedural page Object.php
- ObjectFlexy.php
- procedural page ObjectFlexy.php
- 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 select.php, method HTML_QuickForm_select::onQuickFormEvent()
- 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 checkbox.php, method HTML_QuickForm_checkbox::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 element.php, method HTML_QuickForm_element::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 group.php, method HTML_QuickForm_group::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 input.php, method HTML_QuickForm_input::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- outputHeader
- in file Object.php, method QuickformForm::outputHeader()
Output <form> header
- outputJavaScript
- in file Object.php, method QuickformForm::outputJavaScript()
Output form javascript
- outputStyle
- in file Object.php, method QuickformElement::outputStyle()
XXX: why does it use Flexy when all other stuff here does not depend on it?
top
top
q
- QuickHtml.php
- procedural page QuickHtml.php
- QuickForm.php
- procedural page QuickForm.php
- QuickformElement
- in file Object.php, class QuickformElement
Convenience class describing a form element.
- QuickformForm
- in file Object.php, class QuickformForm
Convenience class for the form object passed to outputObject()
- QUICKFORM_DEPRECATED
- in file QuickForm.php, constant QUICKFORM_DEPRECATED
Error codes for HTML_QuickForm
- QUICKFORM_ERROR
- in file QuickForm.php, constant QUICKFORM_ERROR
Error codes for HTML_QuickForm
- QUICKFORM_INVALID_DATASOURCE
- in file QuickForm.php, constant QUICKFORM_INVALID_DATASOURCE
Error codes for HTML_QuickForm
- QUICKFORM_INVALID_ELEMENT_NAME
- in file QuickForm.php, constant QUICKFORM_INVALID_ELEMENT_NAME
Error codes for HTML_QuickForm
- QUICKFORM_INVALID_FILTER
- in file QuickForm.php, constant QUICKFORM_INVALID_FILTER
Error codes for HTML_QuickForm
- QUICKFORM_INVALID_PROCESS
- in file QuickForm.php, constant QUICKFORM_INVALID_PROCESS
Error codes for HTML_QuickForm
- QUICKFORM_INVALID_RULE
- in file QuickForm.php, constant QUICKFORM_INVALID_RULE
Error codes for HTML_QuickForm
- QUICKFORM_NONEXIST_ELEMENT
- in file QuickForm.php, constant QUICKFORM_NONEXIST_ELEMENT
Error codes for HTML_QuickForm
- QUICKFORM_OK
- in file QuickForm.php, constant QUICKFORM_OK
Error codes for HTML_QuickForm
- QUICKFORM_UNREGISTERED_ELEMENT
- in file QuickForm.php, constant QUICKFORM_UNREGISTERED_ELEMENT
Error codes for HTML_QuickForm
top
r
- $regex
- in file Email.php, variable HTML_QuickForm_Rule_Email::$regex
- $renderedElements
- in file QuickHtml.php, variable HTML_QuickForm_Renderer_QuickHtml::$renderedElements
The array of rendered elements
- $required
- in file Object.php, variable QuickformElement::$required
Whether element is required
- $requirednote
- in file Object.php, variable QuickformForm::$requirednote
Note about required elements
- radio.php
- procedural page radio.php
- Renderer.php
- procedural page Renderer.php
- reset.php
- procedural page reset.php
- Range.php
- procedural page Range.php
- Regex.php
- procedural page Regex.php
- Required.php
- procedural page Required.php
- Rule.php
- procedural page Rule.php
- RuleRegistry.php
- procedural page RuleRegistry.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
- 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 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 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 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
- renderElement
- in file Array.php, method HTML_QuickForm_Renderer_Array::renderElement()
- renderElement
- in file Object.php, method HTML_QuickForm_Renderer_Object::renderElement()
- renderHeader
- in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::renderHeader()
- renderHeader
- in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::renderHeader()
Called when visiting a header element
- renderHeader
- in file Object.php, method HTML_QuickForm_Renderer_Object::renderHeader()
- renderHeader
- in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::renderHeader()
- renderHeader
- in file Renderer.php, method HTML_QuickForm_Renderer::renderHeader()
Called when visiting a header element
- renderHeader
- in file Default.php, method HTML_QuickForm_Renderer_Default::renderHeader()
Called when visiting a header element
- 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()
- 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 Object.php, method HTML_QuickForm_Renderer_Object::renderHidden()
- renderHidden
- in file Default.php, method HTML_QuickForm_Renderer_Default::renderHidden()
Renders an hidden element Called when visiting a hidden element
- renderHidden
- in file Array.php, method HTML_QuickForm_Renderer_Array::renderHidden()
- 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 Renderer.php, method HTML_QuickForm_Renderer::renderHidden()
Called when visiting a hidden element
- renderHtml
- in file Renderer.php, method HTML_QuickForm_Renderer::renderHtml()
Called when visiting a raw HTML/text pseudo-element
- renderHtml
- in file Default.php, method HTML_QuickForm_Renderer_Default::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
- $separator
- in file Object.php, variable QuickformElement::$separator
If element is a group, the group separator
- $style
- in file Object.php, variable QuickformElement::$style
Some information about element style
- 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 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 QuickformElement.
- 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 textarea.php, method HTML_QuickForm_textarea::setName()
Sets the input field name
- setName
- in file xbutton.php, method HTML_QuickForm_xbutton::setName()
- 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 static.php, method HTML_QuickForm_static::setName()
Sets the element name
- setName
- in file group.php, method HTML_QuickForm_group::setName()
Sets the group name
- 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 Rule.php, method HTML_QuickForm_Rule::setName()
Sets the rule name
- setOptions
- in file autocomplete.php, method HTML_QuickForm_autocomplete::setOptions()
Sets the options for the autocomplete input text element
- setOptions
- in file hierselect.php, method HTML_QuickForm_hierselect::setOptions()
Initialize the array structure containing the options for each select element.
- setPersistantFreeze
- in file group.php, method HTML_QuickForm_group::setPersistantFreeze()
- 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 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
- setSize
- in file file.php, method HTML_QuickForm_file::setSize()
Sets size of file 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 radio.php, method HTML_QuickForm_radio::setText()
Sets the radio text
- setText
- in file static.php, method HTML_QuickForm_static::setText()
Sets the text
- setType
- in file input.php, method HTML_QuickForm_input::setType()
Sets the element type
- 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 file.php, method HTML_QuickForm_file::setValue()
Sets value for file 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 input.php, method HTML_QuickForm_input::setValue()
Sets the value of the form element
- setValue
- in file element.php, method HTML_QuickForm_element::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 link.php, method HTML_QuickForm_link::setValue()
Sets value for textarea element
- setValue
- in file hierselect.php, method HTML_QuickForm_hierselect::setValue()
Sets values for group's elements
- setValue
- in file textarea.php, method HTML_QuickForm_textarea::setValue()
Sets value for textarea element
- setValue
- in file checkbox.php, method HTML_QuickForm_checkbox::setValue()
Sets the value of the form element
- setValue
- in file group.php, method HTML_QuickForm_group::setValue()
Sets values for group's elements
- setValue
- in file date.php, method HTML_QuickForm_date::setValue()
- 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
- 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 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
- 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()
- startGroup
- in file ObjectFlexy.php, method HTML_QuickForm_Renderer_ObjectFlexy::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 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 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 ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::startGroup()
Called when visiting a group, before processing any group elements
top
t
- $type
- in file Object.php, variable QuickformElement::$type
Type of element
- text.php
- procedural page text.php
- textarea.php
- procedural page textarea.php
- 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 QuickHtml.php, method HTML_QuickForm_Renderer_QuickHtml::toHtml()
returns the HTML generated for the form
- toHtml
- in file static.php, method HTML_QuickForm_static::toHtml()
Returns the static text element in HTML
- 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 radio.php, method HTML_QuickForm_radio::toHtml()
Returns the radio element 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 xbutton.php, method HTML_QuickForm_xbutton::toHtml()
- 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()
- toHtml
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::toHtml()
Returns the checkbox element in HTML and the additional hidden element in HTML
- toObject
- in file Object.php, method HTML_QuickForm_Renderer_Object::toObject()
Return the rendered Object
top
top
v
- $value
- in file Object.php, variable QuickformElement::$value
Element value
- validate
- in file Required.php, method HTML_QuickForm_Rule_Required::validate()
Checks if an element is empty
- 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 Regex.php, method HTML_QuickForm_Rule_Regex::validate()
Validates a value using a regular expression
- validate
- in file QuickForm.php, method HTML_QuickForm::validate()
Performs the server side validation
- validate
- in file Compare.php, method HTML_QuickForm_Rule_Compare::validate()
- validate
- in file Email.php, method HTML_QuickForm_Rule_Email::validate()
Validates an email address
- validate
- in file Callback.php, method HTML_QuickForm_Rule_Callback::validate()
Validates a value using a callback
- validate
- in file Range.php, method HTML_QuickForm_Rule_Range::validate()
Validates a value using a range comparison
top
top
Documentation generated on Mon, 11 Mar 2019 15:59:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|