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

Index of all elements

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

a

$attributes
in file InputRadio.php, variable HTML_QuickForm2_Element_InputRadio::$attributes
$attributes
in file InputImage.php, variable HTML_QuickForm2_Element_InputImage::$attributes
$attributes
in file InputReset.php, variable HTML_QuickForm2_Element_InputReset::$attributes
$attributes
in file InputSubmit.php, variable HTML_QuickForm2_Element_InputSubmit::$attributes
$attributes
in file InputText.php, variable HTML_QuickForm2_Element_InputText::$attributes
$attributes
in file InputHidden.php, variable HTML_QuickForm2_Element_InputHidden::$attributes
$attributes
in file InputPassword.php, variable HTML_QuickForm2_Element_InputPassword::$attributes
$attributes
in file InputButton.php, variable HTML_QuickForm2_Element_InputButton::$attributes
$attributes
in file InputCheckbox.php, variable HTML_QuickForm2_Element_InputCheckbox::$attributes
$attributes
in file InputFile.php, variable HTML_QuickForm2_Element_InputFile::$attributes
addDataSource
in file QuickForm2.php, method HTML_QuickForm2::addDataSource()
    Adds a new data source to the form
addElement
in file Container.php, method HTML_QuickForm2_Container::addElement()
    Appends an element to the container (possibly creating it first)
addOptgroup
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::addOptgroup()
    Adds a new optgroup
addOptgroup
in file Select.php, method HTML_QuickForm2_Element_Select::addOptgroup()
    Adds a new optgroup
addOption
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::addOption()
    Adds a new option
addOption
in file Select.php, method HTML_QuickForm2_Element_Select::addOption()
    Adds a new option
appendChild
in file Container.php, method HTML_QuickForm2_Container::appendChild()
    Appends an element to the container
arrayMapRecursive
in file SuperGlobal.php, method HTML_QuickForm2_DataSource_SuperGlobal::arrayMapRecursive()
    A recursive version of array_map() function
arrayMerge
in file Container.php, method HTML_QuickForm2_Container::arrayMerge()
    Merges two arrays
Array.php
procedural page Array.php
top

b

basic-elements.php
procedural page basic-elements.php
Button.php
procedural page Button.php
top

c

$container
in file Node.php, variable HTML_QuickForm2_Node::$container
    Element containing current
$coordinates
in file InputImage.php, variable HTML_QuickForm2_Element_InputImage::$coordinates
    Coordinates of user click within the image, array contains keys 'x' and 'y'
count
in file Container.php, method HTML_QuickForm2_Container::count()
    Returns the number of elements in the container
count
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::count()
    Returns the number of options in the container
createElement
in file Factory.php, method HTML_QuickForm2_Factory::createElement()
    Creates a new element object of the given type
Container.php
procedural page Container.php
top

d

$data
in file Select.php, variable HTML_QuickForm2_Element_Select::$data
    Contains options and data used for the element creation
$data
in file Node.php, variable HTML_QuickForm2_Node::$data
    Contains options and data used for the element creation
$data
in file InputCheckable.php, variable HTML_QuickForm2_Element_InputCheckable::$data
    Contains options and data used for the element creation
$data
in file Button.php, variable HTML_QuickForm2_Element_Button::$data
    Contains options and data used for the element creation
$datasources
in file QuickForm2.php, variable HTML_QuickForm2::$datasources
    Data sources providing values for form elements
DataSource.php
procedural page DataSource.php
top

e

$elements
in file Container.php, variable HTML_QuickForm2_Container::$elements
    Array of elements contained in this container
$elementTypes
in file Factory.php, variable HTML_QuickForm2_Factory::$elementTypes
    List of element types known to Factory
Element.php
procedural page Element.php
Exception.php
procedural page Exception.php
top

f

$files
in file SuperGlobal.php, variable HTML_QuickForm2_DataSource_SuperGlobal::$files
    Information on file uploads (from $_FILES)
$frozen
in file Node.php, variable HTML_QuickForm2_Node::$frozen
    Element's "frozen" status
$frozenHtml
in file InputRadio.php, variable HTML_QuickForm2_Element_InputRadio::$frozenHtml
$frozenHtml
in file InputCheckbox.php, variable HTML_QuickForm2_Element_InputCheckbox::$frozenHtml
$frozenHtml
in file InputCheckable.php, variable HTML_QuickForm2_Element_InputCheckable::$frozenHtml
    HTML to represent the element in "frozen" state
fileExists
in file Factory.php, method HTML_QuickForm2_Factory::fileExists()
    Checks whether the file exists in the include path
Fieldset.php
procedural page Fieldset.php
Factory.php
procedural page Factory.php
top

g

generateId
in file Node.php, method HTML_QuickForm2_Node::generateId()
    Generates an id for the element
getChildren
in file Container.php, method HTML_QuickForm2_ContainerIterator::getChildren()
getChildren
in file Select.php, method HTML_QuickForm2_Element_Select_OptionIterator::getChildren()
getContainer
in file Node.php, method HTML_QuickForm2_Node::getContainer()
    Returns the element containing current
getContent
in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::getContent()
    Returns the label that will be "glued" to element's HTML
getDataSources
in file Node.php, method HTML_QuickForm2_Node::getDataSources()
    Returns the data sources for this element
getDataSources
in file QuickForm2.php, method HTML_QuickForm2::getDataSources()
    Returns the list of data sources attached to the form
getElementById
in file Container.php, method HTML_QuickForm2_Container::getElementById()
    Returns an element if its id is found
getElements
in file Container.php, method HTML_QuickForm2_Container::getElements()
    Returns an array of this container's elements
getElementsByName
in file Container.php, method HTML_QuickForm2_Container::getElementsByName()
    Returns an array of elements which name corresponds to element
getFrozenHtml
in file Select.php, method HTML_QuickForm2_Element_Select::getFrozenHtml()
getFrozenHtml
in file Input.php, method HTML_QuickForm2_Element_Input::getFrozenHtml()
    Returns the field's value without HTML tags
getFrozenHtml
in file InputPassword.php, method HTML_QuickForm2_Element_InputPassword::getFrozenHtml()
getFrozenHtml
in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::getFrozenHtml()
getFrozenHtml
in file Textarea.php, method HTML_QuickForm2_Element_Textarea::getFrozenHtml()
getId
in file Node.php, method HTML_QuickForm2_Node::getId()
    Returns the element's id
getId
in file Element.php, method HTML_QuickForm2_Element::getId()
getId
in file Container.php, method HTML_QuickForm2_Container::getId()
getIterator
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::getIterator()
    Returns an iterator over contained elements
getIterator
in file Container.php, method HTML_QuickForm2_Container::getIterator()
    Returns a recursive iterator for the container elements
getLabel
in file Node.php, method HTML_QuickForm2_Node::getLabel()
    Returns the element's label(s)
getName
in file Container.php, method HTML_QuickForm2_Container::getName()
getName
in file Node.php, method HTML_QuickForm2_Node::getName()
    Returns the element's name
getName
in file Element.php, method HTML_QuickForm2_Element::getName()
getName
in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::getName()
getOptions
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::getOptions()
    Returns an array of contained options
getPersistentContent
in file Element.php, method HTML_QuickForm2_Element::getPersistentContent()
    Generates hidden form field containing the element's value
getRecursiveIterator
in file Container.php, method HTML_QuickForm2_Container::getRecursiveIterator()
    Returns a recursive iterator iterator for the container elements
getRecursiveIterator
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::getRecursiveIterator()
    Returns a recursive iterator over contained elements
getType
in file QuickForm2.php, method HTML_QuickForm2::getType()
getType
in file Select.php, method HTML_QuickForm2_Element_Select::getType()
getType
in file Node.php, method HTML_QuickForm2_Node::getType()
    Returns the element's type
getType
in file Input.php, method HTML_QuickForm2_Element_Input::getType()
getType
in file Button.php, method HTML_QuickForm2_Element_Button::getType()
getType
in file Textarea.php, method HTML_QuickForm2_Element_Textarea::getType()
getType
in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::getType()
getUpload
in file Submit.php, method HTML_QuickForm2_DataSource_Submit::getUpload()
    Returns the information about uploaded file
getUpload
in file SuperGlobal.php, method HTML_QuickForm2_DataSource_SuperGlobal::getUpload()
getValue
in file Select.php, method HTML_QuickForm2_Element_Select::getValue()
    Returns the value of the <select> element
getValue
in file Textarea.php, method HTML_QuickForm2_Element_Textarea::getValue()
getValue
in file InputFile.php, method HTML_QuickForm2_Element_InputFile::getValue()
    Returns the information on uploaded file
getValue
in file Input.php, method HTML_QuickForm2_Element_Input::getValue()
getValue
in file DataSource.php, method HTML_QuickForm2_DataSource::getValue()
    Returns value for the element with the given name
getValue
in file Container.php, method HTML_QuickForm2_Container::getValue()
    Returns the element's value
getValue
in file Button.php, method HTML_QuickForm2_Element_Button::getValue()
    Returns the element's value
getValue
in file InputButton.php, method HTML_QuickForm2_Element_InputButton::getValue()
    Button elements cannot have any submit values
getValue
in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::getValue()
getValue
in file InputSubmit.php, method HTML_QuickForm2_Element_InputSubmit::getValue()
    Returns the element's value
getValue
in file InputReset.php, method HTML_QuickForm2_Element_InputReset::getValue()
    Reset elements cannot have any submit values
getValue
in file InputImage.php, method HTML_QuickForm2_Element_InputImage::getValue()
    Returns the element's value
getValue
in file Array.php, method HTML_QuickForm2_DataSource_Array::getValue()
getValue
in file Node.php, method HTML_QuickForm2_Node::getValue()
    Returns the element's value
top

h

hasChildren
in file Select.php, method HTML_QuickForm2_Element_Select_OptionIterator::hasChildren()
hasChildren
in file Container.php, method HTML_QuickForm2_ContainerIterator::hasChildren()
HTML_QuickForm2
in file QuickForm2.php, class HTML_QuickForm2
    Class representing a HTML form
HTML_QuickForm2_Container
in file Container.php, class HTML_QuickForm2_Container
    Abstract base class for simple QuickForm2 containers
HTML_QuickForm2_ContainerIterator
in file Container.php, class HTML_QuickForm2_ContainerIterator
    Implements a recursive iterator for the container elements
HTML_QuickForm2_Container_Fieldset
in file Fieldset.php, class HTML_QuickForm2_Container_Fieldset
    Concrete implementation of a container for fieldsets
HTML_QuickForm2_DataSource
in file DataSource.php, class HTML_QuickForm2_DataSource
    Interface for data sources used by HTML_QuickForm2 objects
HTML_QuickForm2_DataSource_Array
in file Array.php, class HTML_QuickForm2_DataSource_Array
    Array-based data source for HTML_QuickForm2 objects
HTML_QuickForm2_DataSource_Submit
in file Submit.php, class HTML_QuickForm2_DataSource_Submit
    Interface for data sources containing submitted values
HTML_QuickForm2_DataSource_SuperGlobal
in file SuperGlobal.php, class HTML_QuickForm2_DataSource_SuperGlobal
    Data source for HTML_QuickForm2 objects based on superglobal arrays
HTML_QuickForm2_Element
in file Element.php, class HTML_QuickForm2_Element
    Abstract base class for simple QuickForm2 elements (not Containers)
HTML_QuickForm2_Element_Button
in file Button.php, class HTML_QuickForm2_Element_Button
    Class for <button> elements
HTML_QuickForm2_Element_Input
in file Input.php, class HTML_QuickForm2_Element_Input
    Base class for <input> elements
HTML_QuickForm2_Element_InputButton
in file InputButton.php, class HTML_QuickForm2_Element_InputButton
    Class for <input type="button" /> elements
HTML_QuickForm2_Element_InputCheckable
in file InputCheckable.php, class HTML_QuickForm2_Element_InputCheckable
    Base class for <input> elements having 'checked' attribute (checkboxes and radios)
HTML_QuickForm2_Element_InputCheckbox
in file InputCheckbox.php, class HTML_QuickForm2_Element_InputCheckbox
    Class for <input type="checkbox" /> elements
HTML_QuickForm2_Element_InputFile
in file InputFile.php, class HTML_QuickForm2_Element_InputFile
    Class for <input type="file" /> elements
HTML_QuickForm2_Element_InputHidden
in file InputHidden.php, class HTML_QuickForm2_Element_InputHidden
    Class for <input type="hidden" /> elements
HTML_QuickForm2_Element_InputImage
in file InputImage.php, class HTML_QuickForm2_Element_InputImage
    Class for <input type="image" /> elements
HTML_QuickForm2_Element_InputPassword
in file InputPassword.php, class HTML_QuickForm2_Element_InputPassword
    Class for <input type="password" /> elements
HTML_QuickForm2_Element_InputRadio
in file InputRadio.php, class HTML_QuickForm2_Element_InputRadio
    Class for <input type="radio" /> elements
HTML_QuickForm2_Element_InputReset
in file InputReset.php, class HTML_QuickForm2_Element_InputReset
    Class for <input type="reset" /> elements
HTML_QuickForm2_Element_InputSubmit
in file InputSubmit.php, class HTML_QuickForm2_Element_InputSubmit
    Class for <input type="submit" /> elements
HTML_QuickForm2_Element_InputText
in file InputText.php, class HTML_QuickForm2_Element_InputText
    Class for <input type="text" /> elements
HTML_QuickForm2_Element_Select
in file Select.php, class HTML_QuickForm2_Element_Select
    Class representing a <select> element
HTML_QuickForm2_Element_Select_Optgroup
in file Select.php, class HTML_QuickForm2_Element_Select_Optgroup
    Class representing an <optgroup> tag
HTML_QuickForm2_Element_Select_OptionContainer
in file Select.php, class HTML_QuickForm2_Element_Select_OptionContainer
    Collection of <option>s and <optgroup>s
HTML_QuickForm2_Element_Select_OptionIterator
in file Select.php, class HTML_QuickForm2_Element_Select_OptionIterator
    Implements a recursive iterator for options arrays
HTML_QuickForm2_Element_Textarea
in file Textarea.php, class HTML_QuickForm2_Element_Textarea
    Class for <textarea> elements
HTML_QuickForm2_Exception
in file Exception.php, class HTML_QuickForm2_Exception
    Base class for exceptions in HTML_QuickForm2 package
HTML_QuickForm2_Factory
in file Factory.php, class HTML_QuickForm2_Factory
    Static factory class
HTML_QuickForm2_InvalidArgumentException
in file Exception.php, class HTML_QuickForm2_InvalidArgumentException
    Exception that denotes invalid arguments were passed
HTML_QuickForm2_Node
in file Node.php, class HTML_QuickForm2_Node
    Abstract base class for all QuickForm2 Elements and Containers
HTML_QuickForm2_NotFoundException
in file Exception.php, class HTML_QuickForm2_NotFoundException
    Exception that denotes some resource was not found
top

i

$ids
in file Node.php, variable HTML_QuickForm2_Node::$ids
    Array containing the parts of element ids
Input.php
procedural page Input.php
InputButton.php
procedural page InputButton.php
InputCheckable.php
procedural page InputCheckable.php
InputCheckbox.php
procedural page InputCheckbox.php
InputFile.php
procedural page InputFile.php
InputHidden.php
procedural page InputHidden.php
InputImage.php
procedural page InputImage.php
InputPassword.php
procedural page InputPassword.php
InputRadio.php
procedural page InputRadio.php
InputReset.php
procedural page InputReset.php
InputSubmit.php
procedural page InputSubmit.php
InputText.php
procedural page InputText.php
insertBefore
in file Container.php, method HTML_QuickForm2_Container::insertBefore()
    Inserts an element in the container
isElementRegistered
in file Factory.php, method HTML_QuickForm2_Factory::isElementRegistered()
    Checks whether an element type is known to factory
top

l

$label
in file Node.php, variable HTML_QuickForm2_Node::$label
    Label(s) for the element
loadOptions
in file Select.php, method HTML_QuickForm2_Element_Select::loadOptions()
    Loads <option>s (and <optgroup>s) for select element
loadOptionsFromArray
in file Select.php, method HTML_QuickForm2_Element_Select::loadOptionsFromArray()
    Adds options from given array into given container
top

n

Node.php
procedural page Node.php
top

o

$optionContainer
in file Select.php, variable HTML_QuickForm2_Element_Select::$optionContainer
    Object containing options for the <select> element
$options
in file Select.php, variable HTML_QuickForm2_Element_Select_OptionContainer::$options
    List of options and optgroups in this container
onAttributeChange
in file QuickForm2.php, method HTML_QuickForm2::onAttributeChange()
onAttributeChange
in file Input.php, method HTML_QuickForm2_Element_Input::onAttributeChange()
onAttributeChange
in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::onAttributeChange()
onAttributeChange
in file Container.php, method HTML_QuickForm2_Container::onAttributeChange()
onAttributeChange
in file Element.php, method HTML_QuickForm2_Element::onAttributeChange()
output_element
in file basic-elements.php, function output_element()
    Usage example for HTML_QuickForm2 package: basic elements
output_fieldset
in file basic-elements.php, function output_fieldset()
top

p

$persistent
in file Select.php, variable HTML_QuickForm2_Element_Select::$persistent
$persistent
in file Textarea.php, variable HTML_QuickForm2_Element_Textarea::$persistent
$persistent
in file Node.php, variable HTML_QuickForm2_Node::$persistent
    Whether element's value should persist when element is frozen
$persistent
in file InputCheckable.php, variable HTML_QuickForm2_Element_InputCheckable::$persistent
$possibleValues
in file Select.php, variable HTML_QuickForm2_Element_Select::$possibleValues
    Possible values for select elements
$possibleValues
in file Select.php, variable HTML_QuickForm2_Element_Select_OptionContainer::$possibleValues
    Reference to parent <select>'s possible values
persistentFreeze
in file Node.php, method HTML_QuickForm2_Node::persistentFreeze()
    Changes the element's persistent freeze behaviour
persistentFreeze
in file Container.php, method HTML_QuickForm2_Container::persistentFreeze()
top

q

QuickForm2.php
procedural page QuickForm2.php
top

r

registerElement
in file Factory.php, method HTML_QuickForm2_Factory::registerElement()
    Registers a new element type
removeChild
in file Container.php, method HTML_QuickForm2_Container::removeChild()
    Removes the element from this container
top

s

$submitValue
in file Button.php, variable HTML_QuickForm2_Element_Button::$submitValue
    Element's submit value
$submitValue
in file InputSubmit.php, variable HTML_QuickForm2_Element_InputSubmit::$submitValue
    Element's submit value
Submit.php
procedural page Submit.php
SuperGlobal.php
procedural page SuperGlobal.php
Select.php
procedural page Select.php
setContainer
in file QuickForm2.php, method HTML_QuickForm2::setContainer()
setContainer
in file Node.php, method HTML_QuickForm2_Node::setContainer()
    Adds the link to the element containing current
setContent
in file Button.php, method HTML_QuickForm2_Element_Button::setContent()
    Sets the contents of the button element
setContent
in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::setContent()
    Sets the label to be rendered glued to the element
setDataSources
in file QuickForm2.php, method HTML_QuickForm2::setDataSources()
    Replaces the list of form's data sources with a completely new one
setId
in file Container.php, method HTML_QuickForm2_Container::setId()
setId
in file Node.php, method HTML_QuickForm2_Node::setId()
    Sets the elements id
setId
in file Element.php, method HTML_QuickForm2_Element::setId()
setId
in file QuickForm2.php, method HTML_QuickForm2::setId()
setLabel
in file Node.php, method HTML_QuickForm2_Node::setLabel()
    Sets the element's label(s)
setName
in file Element.php, method HTML_QuickForm2_Element::setName()
setName
in file Container.php, method HTML_QuickForm2_Container::setName()
setName
in file Node.php, method HTML_QuickForm2_Node::setName()
    Sets the element's name
setName
in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::setName()
setValue
in file Select.php, method HTML_QuickForm2_Element_Select::setValue()
setValue
in file Textarea.php, method HTML_QuickForm2_Element_Textarea::setValue()
setValue
in file QuickForm2.php, method HTML_QuickForm2::setValue()
setValue
in file InputSubmit.php, method HTML_QuickForm2_Element_InputSubmit::setValue()
    Submit's value cannot be set via this method
setValue
in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::setValue()
setValue
in file InputButton.php, method HTML_QuickForm2_Element_InputButton::setValue()
    Button elements cannot have any submit values
setValue
in file Input.php, method HTML_QuickForm2_Element_Input::setValue()
setValue
in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::setValue()
setValue
in file InputFile.php, method HTML_QuickForm2_Element_InputFile::setValue()
    File upload's value cannot be set here
setValue
in file InputImage.php, method HTML_QuickForm2_Element_InputImage::setValue()
    Image button's value cannot be set via this method
setValue
in file Node.php, method HTML_QuickForm2_Node::setValue()
    Sets the element's value
setValue
in file Button.php, method HTML_QuickForm2_Element_Button::setValue()
    Button's value cannot be set via this method
setValue
in file InputReset.php, method HTML_QuickForm2_Element_InputReset::setValue()
    Reset elements cannot have any submit values
storeId
in file Node.php, method HTML_QuickForm2_Node::storeId()
    Stores the explicitly given id to prevent duplicate id generation
top

t

Textarea.php
procedural page Textarea.php
toggleFrozen
in file InputReset.php, method HTML_QuickForm2_Element_InputReset::toggleFrozen()
    Reset buttons can not be frozen
toggleFrozen
in file InputSubmit.php, method HTML_QuickForm2_Element_InputSubmit::toggleFrozen()
    Submit buttons can not be frozen
toggleFrozen
in file Node.php, method HTML_QuickForm2_Node::toggleFrozen()
    Changes the element's frozen status
toggleFrozen
in file InputImage.php, method HTML_QuickForm2_Element_InputImage::toggleFrozen()
    Image buttons can not be frozen
toggleFrozen
in file InputHidden.php, method HTML_QuickForm2_Element_InputHidden::toggleFrozen()
    Hidden elements can not be frozen
toggleFrozen
in file Container.php, method HTML_QuickForm2_Container::toggleFrozen()
toggleFrozen
in file InputButton.php, method HTML_QuickForm2_Element_InputButton::toggleFrozen()
    Buttons can not be frozen
toggleFrozen
in file InputFile.php, method HTML_QuickForm2_Element_InputFile::toggleFrozen()
    File upload elements cannot be frozen
toggleFrozen
in file Button.php, method HTML_QuickForm2_Element_Button::toggleFrozen()
    Buttons can not be frozen
top

u

updateValue
in file InputSubmit.php, method HTML_QuickForm2_Element_InputSubmit::updateValue()
updateValue
in file Node.php, method HTML_QuickForm2_Node::updateValue()
    Called when the element needs to update its value from form's data sources
updateValue
in file Select.php, method HTML_QuickForm2_Element_Select::updateValue()
updateValue
in file InputImage.php, method HTML_QuickForm2_Element_InputImage::updateValue()
updateValue
in file InputFile.php, method HTML_QuickForm2_Element_InputFile::updateValue()
updateValue
in file Container.php, method HTML_QuickForm2_Container::updateValue()
    Called when the element needs to update its value from form's data sources
updateValue
in file Element.php, method HTML_QuickForm2_Element::updateValue()
    Called when the element needs to update its value from form's data sources
updateValue
in file InputCheckbox.php, method HTML_QuickForm2_Element_InputCheckbox::updateValue()
updateValue
in file Button.php, method HTML_QuickForm2_Element_Button::updateValue()
top

v

$value
in file Textarea.php, variable HTML_QuickForm2_Element_Textarea::$value
    Value for textarea field
$value
in file InputFile.php, variable HTML_QuickForm2_Element_InputFile::$value
    Information on uploaded file, from submit data source
$values
in file Select.php, variable HTML_QuickForm2_Element_Select_OptionContainer::$values
    Reference to parent <select>'s values
$values
in file Select.php, variable HTML_QuickForm2_Element_Select::$values
    Values for the select element (i.e. values of the selected options)
$values
in file Array.php, variable HTML_QuickForm2_DataSource_Array::$values
    Array containing elements' values
top

w

$watchedAttributes
in file QuickForm2.php, variable HTML_QuickForm2::$watchedAttributes
    We do not allow setting "method" and "id" other than through constructor
$watchedAttributes
in file Input.php, variable HTML_QuickForm2_Element_Input::$watchedAttributes
    'type' attribute should not be changeable
$watchedAttributes
in file Element.php, variable HTML_QuickForm2_Element::$watchedAttributes
    'name' and 'id' attributes should be always present and their setting should go through setName() and setId().
$watchedAttributes
in file Container.php, variable HTML_QuickForm2_Container::$watchedAttributes
    'name' and 'id' attributes should be always present and their setting should go through setName() and setId().
top

_

__construct
in file Select.php, method HTML_QuickForm2_Element_Select::__construct()
    Class constructor
__construct
in file Array.php, method HTML_QuickForm2_DataSource_Array::__construct()
    Class constructor, initializes the values array
__construct
in file Select.php, method HTML_QuickForm2_Element_Select_Optgroup::__construct()
    Class constructor
__construct
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::__construct()
    Class constructor
__construct
in file SuperGlobal.php, method HTML_QuickForm2_DataSource_SuperGlobal::__construct()
    Class constructor, intializes the internal arrays from superglobals
__construct
in file Node.php, method HTML_QuickForm2_Node::__construct()
    Class constructor
__construct
in file QuickForm2.php, method HTML_QuickForm2::__construct()
    Class constructor, form's "id" and "method" attributes can only be set here
__construct
in file Container.php, method HTML_QuickForm2_ContainerIterator::__construct()
__construct
in file InputCheckbox.php, method HTML_QuickForm2_Element_InputCheckbox::__construct()
__toString
in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::__toString()
__toString
in file Textarea.php, method HTML_QuickForm2_Element_Textarea::__toString()
__toString
in file Select.php, method HTML_QuickForm2_Element_Select_Optgroup::__toString()
__toString
in file Button.php, method HTML_QuickForm2_Element_Button::__toString()
__toString
in file Select.php, method HTML_QuickForm2_Element_Select::__toString()
__toString
in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::__toString()
__toString
in file QuickForm2.php, method HTML_QuickForm2::__toString()
__toString
in file Input.php, method HTML_QuickForm2_Element_Input::__toString()
__toString
in file InputImage.php, method HTML_QuickForm2_Element_InputImage::__toString()
    Returns the HTML representation of the element
__toString
in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::__toString()
top

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