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

Index of all elements

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

a

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 element.php, method HTML_QuickForm_element::accept()
    Accepts a renderer
accept
in file html.php, method HTML_QuickForm_html::accept()
    Accepts a renderer
accept
in file QuickForm.php, method HTML_QuickForm::accept()
    Accepts a renderer
accept
in file header.php, method HTML_QuickForm_header::accept()
    Accepts a renderer
addData
in file QuickForm.php, method HTML_QuickForm::addData()
    Adds raw HTML (or text) data element to the form (DEPRECATED)
addElement
in file QuickForm.php, method HTML_QuickForm::addElement()
    Adds an element into the form
addElementGroup
in file QuickForm.php, method HTML_QuickForm::addElementGroup()
    Adds an element group (DEPRECATED, use addGroup instead)
addGroup
in file QuickForm.php, method HTML_QuickForm::addGroup()
    Adds an element group
addGroupRule
in file QuickForm.php, method HTML_QuickForm::addGroupRule()
    Adds a validation rule for the given group of elements
addHeader
in file QuickForm.php, method HTML_QuickForm::addHeader()
    Adds a header element to the form (DEPRECATED)
addOption
in file select.php, method HTML_QuickForm_select::addOption()
    Adds a new OPTION to the SELECT
addRule
in file QuickForm.php, method HTML_QuickForm::addRule()
    Adds a validation rule for the given field
apiVersion
in file select.php, method HTML_QuickForm_select::apiVersion()
    Returns the current API version
apiVersion
in file 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
applyFilter
in file QuickForm.php, method HTML_QuickForm::applyFilter()
    Applies a data filter for the given field(s)
advcheckbox.php
procedural page advcheckbox.php
ArraySmarty.php
procedural page ArraySmarty.php
Array.php
procedural page Array.php
top

b

button.php
procedural page button.php
top

c

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

d

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

e

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

f

$format
in file date.php, variable HTML_QuickForm_date::$format
    Default date format
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 Array.php, method HTML_QuickForm_Renderer_Array::finishGroup()
finishGroup
in file ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::finishGroup()
finishGroup
in file Renderer.php, method HTML_QuickForm_Renderer::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 ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::finishGroup()
    Called when visiting a group, after processing all group elements
freeze
in file submit.php, method HTML_QuickForm_submit::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 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 element.php, method HTML_QuickForm_element::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 button.php, method HTML_QuickForm_button::freeze()
    Freeze the element so that only its value is returned
file.php
procedural page file.php
top

g

getAttributesString
in file QuickForm.php, method HTML_QuickForm::getAttributesString()
    Returns the HTML attributes of the form
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 or 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 radio.php, method HTML_QuickForm_radio::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 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 group.php, method HTML_QuickForm_group::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 select.php, method HTML_QuickForm_select::getFrozenHtml()
    Returns the value of field without HTML tags
getFrozenHtml
in file static.php, method HTML_QuickForm_static::getFrozenHtml()
    Returns the value of field without HTML tags
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 group.php, method HTML_QuickForm_group::getName()
    Returns the element name
getName
in file select.php, method HTML_QuickForm_select::getName()
    Returns the element name
getName
in file input.php, method HTML_QuickForm_input::getName()
    Returns the element name
getName
in file date.php, method HTML_QuickForm_date::getName()
    Returns the element name
getName
in file link.php, method HTML_QuickForm_link::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 pribate name for the element
getPrivateName
in file select.php, method HTML_QuickForm_select::getPrivateName()
    Returns the element name
getRegisteredRules
in file QuickForm.php, method HTML_QuickForm::getRegisteredRules()
    Returns an array of registered validation rules
getRegisteredTypes
in file QuickForm.php, method HTML_QuickForm::getRegisteredTypes()
    Returns an array of registered element types
getRequiredNote
in file QuickForm.php, method HTML_QuickForm::getRequiredNote()
    Returns the required note
getSelected
in file select.php, method HTML_QuickForm_select::getSelected()
    Returns an array of the selected values
getSize
in file select.php, method HTML_QuickForm_select::getSize()
    Returns the select field size
getSize
in file file.php, method HTML_QuickForm_file::getSize()
    Returns size of file element
getSubmitValue
in file QuickForm.php, method HTML_QuickForm::getSubmitValue()
    Returns the elements value after submit and filter
getSubmitValues
in file QuickForm.php, method HTML_QuickForm::getSubmitValues()
    Returns the values submitted by the form
getText
in file checkbox.php, method HTML_QuickForm_checkbox::getText()
    Returns the checkbox text
getText
in file radio.php, method HTML_QuickForm_radio::getText()
    Returns the radio text
getType
in file element.php, method HTML_QuickForm_element::getType()
    Returns element type
getUploadedFile
in file QuickForm.php, method HTML_QuickForm::getUploadedFile()
    Returns temporary filename of uploaded file
getValidationScript
in file QuickForm.php, method HTML_QuickForm::getValidationScript()
    Returns the client side validation script
getValue
in file checkbox.php, method HTML_QuickForm_checkbox::getValue()
    Returns the value of the form element
getValue
in file link.php, method HTML_QuickForm_link::getValue()
    Returns the value of the form element
getValue
in file file.php, method HTML_QuickForm_file::getValue()
    Returns information about the uploaded file
getValue
in file textarea.php, method HTML_QuickForm_textarea::getValue()
    Returns the value of the form element
getValue
in file 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 form element
getValue
in file element.php, method HTML_QuickForm_element::getValue()
    Returns the value of the form element
group.php
procedural page group.php
top

h

HTML_QuickForm
in file QuickForm.php, method HTML_QuickForm::HTML_QuickForm()
    Class constructor
HTML_QuickForm
in file QuickForm.php, class HTML_QuickForm
    Create, validate and process HTML forms
header.php
procedural page header.php
hiddenselect.php
procedural page hiddenselect.php
hidden.php
procedural page hidden.php
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_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, method HTML_QuickForm_checkbox::HTML_QuickForm_checkbox()
    Class constructor
HTML_QuickForm_checkbox
in file checkbox.php, class HTML_QuickForm_checkbox
    HTML class for a checkbox type field
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 to dynamically create HTML Select elements from a date
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_html
in file html.php, class HTML_QuickForm_html
    A pseudo-element used for adding raw HTML to form
HTML_QuickForm_html
in file html.php, method HTML_QuickForm_html::HTML_QuickForm_html()
    Class constructor
HTML_QuickForm_image
in file image.php, method HTML_QuickForm_image::HTML_QuickForm_image()
    Class constructor
HTML_QuickForm_image
in file image.php, class HTML_QuickForm_image
    HTML class for a image type element
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, 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 an Smarty template
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, method HTML_QuickForm_Renderer_ITDynamic::HTML_QuickForm_Renderer_ITDynamic()
    Constructor
HTML_QuickForm_Renderer_ITDynamic
in file ITDynamic.php, class HTML_QuickForm_Renderer_ITDynamic
    A concrete renderer for HTML_QuickForm, using Integrated Templates.
HTML_QuickForm_Renderer_ITStatic
in file ITStatic.php, method HTML_QuickForm_Renderer_ITStatic::HTML_QuickForm_Renderer_ITStatic()
    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_reset
in file reset.php, method HTML_QuickForm_reset::HTML_QuickForm_reset()
    Class constructor
HTML_QuickForm_reset
in file reset.php, class HTML_QuickForm_reset
    HTML class for a reset type element
HTML_QuickForm_select
in file select.php, method HTML_QuickForm_select::HTML_QuickForm_select()
    Class constructor
HTML_QuickForm_select
in file select.php, class HTML_QuickForm_select
    Class to dynamically create an HTML SELECT
HTML_QuickForm_static
in file static.php, method HTML_QuickForm_static::HTML_QuickForm_static()
    Class constructor
HTML_QuickForm_static
in file static.php, class HTML_QuickForm_static
    HTML class for static data
HTML_QuickForm_submit
in file submit.php, method HTML_QuickForm_submit::HTML_QuickForm_submit()
    Class constructor
HTML_QuickForm_submit
in file submit.php, class HTML_QuickForm_submit
    HTML class for a submit type element
HTML_QuickForm_text
in file text.php, class HTML_QuickForm_text
    HTML class for a text field
HTML_QuickForm_text
in file text.php, method HTML_QuickForm_text::HTML_QuickForm_text()
    Class constructor
HTML_QuickForm_textarea
in file textarea.php, method HTML_QuickForm_textarea::HTML_QuickForm_textarea()
    Class constructor
HTML_QuickForm_textarea
in file textarea.php, class HTML_QuickForm_textarea
    HTML class for a textarea type field
top

i

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

l

$language
in file date.php, variable HTML_QuickForm_date::$language
    Default date language
labels-default.php
procedural page labels-default.php
link.php
procedural page link.php
load
in file select.php, method HTML_QuickForm_select::load()
    Loads options from different types of data sources
loadArray
in file select.php, method HTML_QuickForm_select::loadArray()
    Loads the options from an associative array
loadDbResult
in file select.php, method HTML_QuickForm_select::loadDbResult()
    Loads the options from DB_result object
top

m

$maxYear
in file date.php, variable HTML_QuickForm_date::$maxYear
    Default maximum year Arthur C. Clarke style again
$minYear
in file date.php, variable HTML_QuickForm_date::$minYear
    Default minimum year Arthur C. Clarke style
moveUploadedFile
in file QuickForm.php, method HTML_QuickForm::moveUploadedFile()
    Moves an uploaded file into the destination
myProcess
in file QuickForm_example.php, function myProcess()
top

o

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 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 group.php, method HTML_QuickForm_group::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 checkbox.php, method HTML_QuickForm_checkbox::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
onQuickFormEvent
in file date.php, method HTML_QuickForm_date::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 advcheckbox.php, method HTML_QuickForm_advcheckbox::onQuickFormEvent()
    Called by HTML_QuickForm whenever form event is made on this element
top

p

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

q

QuickForm_example2.php
procedural page QuickForm_example2.php
QuickForm_example3.php
procedural page QuickForm_example3.php
QuickForm_example4.php
procedural page QuickForm_example4.php
QuickForm_example5.php
procedural page QuickForm_example5.php
QuickForm_example6.php
procedural page QuickForm_example6.php
QuickForm_example7.php
procedural page QuickForm_example7.php
QuickForm_example.php
procedural page QuickForm_example.php
QuickForm.php
procedural page QuickForm.php
QUICKFORM_ERROR
in file QuickForm.php, constant QUICKFORM_ERROR
QUICKFORM_INVALID_ELEMENT_NAME
in file QuickForm.php, constant QUICKFORM_INVALID_ELEMENT_NAME
QUICKFORM_INVALID_FILTER
in file QuickForm.php, constant QUICKFORM_INVALID_FILTER
QUICKFORM_INVALID_PROCESS
in file QuickForm.php, constant QUICKFORM_INVALID_PROCESS
QUICKFORM_INVALID_RULE
in file QuickForm.php, constant QUICKFORM_INVALID_RULE
QUICKFORM_NONEXIST_ELEMENT
in file QuickForm.php, constant QUICKFORM_NONEXIST_ELEMENT
QUICKFORM_OK
in file QuickForm.php, constant QUICKFORM_OK
QUICKFORM_UNREGISTERED_ELEMENT
in file QuickForm.php, constant QUICKFORM_UNREGISTERED_ELEMENT
top

r

radio.php
procedural page radio.php
Renderer.php
procedural page Renderer.php
reset.php
procedural page reset.php
registerElementType
in file QuickForm.php, method HTML_QuickForm::registerElementType()
    Registers a new element type
registerRule
in file QuickForm.php, method HTML_QuickForm::registerRule()
    Registers a new validation rule
removeElement
in file QuickForm.php, method HTML_QuickForm::removeElement()
    Removes an element
renderElement
in file Default.php, method HTML_QuickForm_Renderer_Default::renderElement()
    Renders an element Html Called when visiting an element
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 Renderer.php, method HTML_QuickForm_Renderer::renderElement()
    Called when visiting an element
renderElement
in file Array.php, method HTML_QuickForm_Renderer_Array::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 Array.php, method HTML_QuickForm_Renderer_Array::renderHeader()
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()
renderHeader
in file Renderer.php, method HTML_QuickForm_Renderer::renderHeader()
    Called when visiting a header element
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 Array.php, method HTML_QuickForm_Renderer_Array::renderHidden()
renderHidden
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHidden()
    Renders an hidden element Called when visiting a hidden element
renderHtml
in file Default.php, method HTML_QuickForm_Renderer_Default::renderHtml()
    Called when visiting a raw HTML/text pseudo-element
renderHtml
in file Renderer.php, method HTML_QuickForm_Renderer::renderHtml()
    Called when visiting a raw HTML/text pseudo-element
top

s

SmartyDynamic_example.php
procedural page SmartyDynamic_example.php
SmartyStatic_example.php
procedural page SmartyStatic_example.php
select.php
procedural page select.php
static.php
procedural page static.php
submit.php
procedural page submit.php
setAlign
in file image.php, method HTML_QuickForm_image::setAlign()
    Sets alignment for image element
setBorder
in file image.php, method HTML_QuickForm_image::setBorder()
    Sets border size for image element
setChecked
in file checkbox.php, method HTML_QuickForm_checkbox::setChecked()
    Sets whether a checkbox or radio button 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.
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
setElementTemplate
in file QuickForm.php, method HTML_QuickForm::setElementTemplate()
    Sets element template
setElementTemplate
in file group.php, method HTML_QuickForm_group::setElementTemplate()
    Sets the template for the group elements
setElementTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setElementTemplate()
    Sets element template
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
setFormat
in file date.php, method HTML_QuickForm_date::setFormat()
    Sets the date element format. The available formats are:
setFormTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setFormTemplate()
    Sets form template
setFormTemplate
in file QuickForm.php, method HTML_QuickForm::setFormTemplate()
    Sets form template
setGroupElementTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setGroupElementTemplate()
    Sets element template for elements within a group
setGroupTemplate
in file group.php, method HTML_QuickForm_group::setGroupTemplate()
    Sets the template for the 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 QuickForm.php, method HTML_QuickForm::setHeaderTemplate()
    Sets header template
setHeaderTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setHeaderTemplate()
    Sets header template
setHref
in file link.php, method HTML_QuickForm_link::setHref()
    Sets the links href
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
setLanguage
in file date.php, method HTML_QuickForm_date::setLanguage()
    Sets the default language for date
setMaxFileSize
in file QuickForm.php, method HTML_QuickForm::setMaxFileSize()
    Sets the value of MAX_FILE_SIZE hidden element
setMaxlength
in file password.php, method HTML_QuickForm_password::setMaxlength()
    Sets maxlength of password element
setMaxlength
in file text.php, method HTML_QuickForm_text::setMaxlength()
    Sets maxlength of text field
setMaxYear
in file date.php, method HTML_QuickForm_date::setMaxYear()
    Sets the date element maximum year
setMinYear
in file date.php, method HTML_QuickForm_date::setMinYear()
    Sets the date element minimum year
setMultiple
in file select.php, method HTML_QuickForm_select::setMultiple()
    Sets the select mutiple attribute
setName
in file select.php, method HTML_QuickForm_select::setName()
    Sets the input field name
setName
in file textarea.php, method HTML_QuickForm_textarea::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 input field name
setName
in file static.php, method HTML_QuickForm_static::setName()
    Sets the element name
setName
in file date.php, method HTML_QuickForm_date::setName()
    Sets the input field 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
setPersistantFreeze
in file element.php, method HTML_QuickForm_element::setPersistantFreeze()
    Sets wether an element value should be kept in an hidden field when the element is frozen or not
setRequiredNote
in file QuickForm.php, method HTML_QuickForm::setRequiredNote()
    Sets required-note
setRequiredNoteTemplate
in file Default.php, method HTML_QuickForm_Renderer_Default::setRequiredNoteTemplate()
    Sets the note indicating required fields template
setRequiredNoteTemplate
in file QuickForm.php, method HTML_QuickForm::setRequiredNoteTemplate()
    Sets element template
setRequiredTemplate
in file 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
setSelected
in file select.php, method HTML_QuickForm_select::setSelected()
    Sets the default values of the select box
setSelectedDate
in file date.php, method HTML_QuickForm_date::setSelectedDate()
    Sets the selected date
setSize
in file select.php, method HTML_QuickForm_select::setSize()
    Sets the select field size, only applies
setSize
in file file.php, method HTML_QuickForm_file::setSize()
    Sets size of file element
setSize
in file text.php, method HTML_QuickForm_text::setSize()
    Sets size of text field
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 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 select.php, method HTML_QuickForm_select::setValue()
    Sets the value of the form 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 checkbox.php, method HTML_QuickForm_checkbox::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 file.php, method HTML_QuickForm_file::setValue()
    Sets value for file element.
setValue
in file link.php, method HTML_QuickForm_link::setValue()
    Sets value for textarea element
setValues
in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValues()
    Sets the values used by the hidden element
setWrap
in file textarea.php, method HTML_QuickForm_textarea::setWrap()
    Sets wrap type for textarea element
startForm
in file 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 Default.php, method HTML_QuickForm_Renderer_Default::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 ITDynamic.php, method HTML_QuickForm_Renderer_ITDynamic::startGroup()
startGroup
in file Array.php, method HTML_QuickForm_Renderer_Array::startGroup()
startGroup
in file ArraySmarty.php, method HTML_QuickForm_Renderer_ArraySmarty::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 Renderer.php, method HTML_QuickForm_Renderer::startGroup()
    Called when visiting a group, before processing any group elements
top

t

textarea.php
procedural page textarea.php
text.php
procedural page text.php
toArray
in file QuickForm.php, method HTML_QuickForm::toArray()
    Returns the form's contents in an array.
toArray
in file Array.php, method HTML_QuickForm_Renderer_Array::toArray()
    Returns the resultant array
toHtml
in file QuickForm.php, method HTML_QuickForm::toHtml()
    Returns an HTML version of the form
toHtml
in file 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 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 date.php, method HTML_QuickForm_date::toHtml()
    Returns the SELECT in HTML
toHtml
in file checkbox.php, method HTML_QuickForm_checkbox::toHtml()
    Returns the radio element in HTML
toHtml
in file Default.php, method HTML_QuickForm_Renderer_Default::toHtml()
    returns the HTML generated for the form
toHtml
in file group.php, method HTML_QuickForm_group::toHtml()
    Returns Html for the group
toHtml
in file input.php, method HTML_QuickForm_input::toHtml()
    Returns the input field in HTML
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
top

u

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

v

validate
in file QuickForm.php, method HTML_QuickForm::validate()
    Performs the server side validation
top

_

$_jsPostfix
in file QuickForm.php, variable HTML_QuickForm::$_jsPostfix
    Postfix message in javascript alert if error
$_jsPrefix
in file QuickForm.php, variable HTML_QuickForm::$_jsPrefix
    Prefix message in javascript alert if error
$_maxFileSize
in file QuickForm.php, variable HTML_QuickForm::$_maxFileSize
    Value for maxfilesize hidden element if form contains file input
$_requiredNote
in file QuickForm.php, variable HTML_QuickForm::$_requiredNote
    Note for required fields in the form
$_submitFiles
in file QuickForm.php, variable HTML_QuickForm::$_submitFiles
    Array of submitted form files
_createNumericOptionList
in file date.php, method HTML_QuickForm_date::_createNumericOptionList()
    Creates a numeric option list based on a start number and end number
_createSelects
in file date.php, method HTML_QuickForm_date::_createSelects()
    Creates the select objects
_filterAustin
in file QuickForm_example5.php, function _filterAustin()
top

Documentation generated on Fri, 30 Apr 2004 23:30:20 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.