Element index for package HTML_QuickForm2
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
_
- __call
- in file Container.php, method HTML_QuickForm2_Container::__call()
Appends an element to the container, creating it first
- __construct
- in file Rule.php, method HTML_QuickForm2_Rule::__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 Select.php, method HTML_QuickForm2_Element_Select::__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 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 Node.php, method HTML_QuickForm2_Node::__construct()
Class constructor
- __construct
- in file Container.php, method HTML_QuickForm2_ContainerIterator::__construct()
- __construct
- in file InputCheckbox.php, method HTML_QuickForm2_Element_InputCheckbox::__construct()
- __construct
- in file InputFile.php, method HTML_QuickForm2_Element_InputFile::__construct()
Class constructor
- __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 QuickForm2.php, method HTML_QuickForm2::__toString()
- __toString
- in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::__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
a
- $attributes
- in file InputPassword.php, variable HTML_QuickForm2_Element_InputPassword::$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 InputRadio.php, variable HTML_QuickForm2_Element_InputRadio::$attributes
- $attributes
- in file InputFile.php, variable HTML_QuickForm2_Element_InputFile::$attributes
- $attributes
- in file InputButton.php, variable HTML_QuickForm2_Element_InputButton::$attributes
- $attributes
- in file InputCheckbox.php, variable HTML_QuickForm2_Element_InputCheckbox::$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
- addRule
- in file Node.php, method HTML_QuickForm2_Node::addRule()
Adds a validation rule
- and_
- in file Rule.php, method HTML_QuickForm2_Rule::and_()
Adds a rule to the chain with an "and" operator
- 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
top
c
- $chainedRules
- in file Rule.php, variable HTML_QuickForm2_Rule::$chainedRules
Rules chained to this via "and" and "or" operators
- $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'
- checkValue
- in file Callback.php, method HTML_QuickForm2_Rule_Callback::checkValue()
Validates the element's value
- checkValue
- in file MimeType.php, method HTML_QuickForm2_Rule_MimeType::checkValue()
Validates the element's value
- checkValue
- in file Nonempty.php, method HTML_QuickForm2_Rule_Nonempty::checkValue()
- checkValue
- in file Regex.php, method HTML_QuickForm2_Rule_Regex::checkValue()
Validates the element's value
- checkValue
- in file Rule.php, method HTML_QuickForm2_Rule::checkValue()
Validates the element's value
- checkValue
- in file MaxFileSize.php, method HTML_QuickForm2_Rule_MaxFileSize::checkValue()
Validates the element's value
- checkValue
- in file Length.php, method HTML_QuickForm2_Rule_Length::checkValue()
Validates the element's value
- checkValue
- in file Empty.php, method HTML_QuickForm2_Rule_Empty::checkValue()
- checkValue
- in file Compare.php, method HTML_QuickForm2_Rule_Compare::checkValue()
Validates the element's value
- check_password
- in file builtin-rules.php, function check_password()
- count
- in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::count()
Returns the number of options in the container
- count
- in file Container.php, method HTML_QuickForm2_Container::count()
Returns the number of elements in the container
- createElement
- in file Factory.php, method HTML_QuickForm2_Factory::createElement()
Creates a new element object of the given type
- createRule
- in file Node.php, method HTML_QuickForm2_Node::createRule()
Creates a validation rule
- createRule
- in file Factory.php, method HTML_QuickForm2_Factory::createRule()
Creates a new Rule of the given type
- Container.php
- procedural page Container.php
- Callback.php
- procedural page Callback.php
- Compare.php
- procedural page Compare.php
top
top
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 InputCheckable.php, variable HTML_QuickForm2_Element_InputCheckable::$frozenHtml
HTML to represent the element in "frozen" state
- $frozenHtml
- in file InputCheckbox.php, variable HTML_QuickForm2_Element_InputCheckbox::$frozenHtml
- $frozenHtml
- in file InputRadio.php, variable HTML_QuickForm2_Element_InputRadio::$frozenHtml
- fileExists
- in file Factory.php, method HTML_QuickForm2_Factory::fileExists()
Checks whether the file exists in the include path
- findAllowedLength
- in file Length.php, method HTML_QuickForm2_Rule_Length::findAllowedLength()
Searches in global config and Rule's options for allowed length limits
- findArguments
- in file Callback.php, method HTML_QuickForm2_Rule_Callback::findArguments()
Searches in global config and Rule's options for callback's additional arguments
- findCallback
- in file Callback.php, method HTML_QuickForm2_Rule_Callback::findCallback()
Searches in global config and Rule's options for a callback function to use
- findOperand
- in file Compare.php, method HTML_QuickForm2_Rule_Compare::findOperand()
Finds an operand to compare element's value with in global config and Rule's options
- findOperator
- in file Compare.php, method HTML_QuickForm2_Rule_Compare::findOperator()
Finds a comparison operator to use in global config and Rule's options
- 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 Select.php, method HTML_QuickForm2_Element_Select_OptionIterator::getChildren()
- getChildren
- in file Container.php, method HTML_QuickForm2_ContainerIterator::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 QuickForm2.php, method HTML_QuickForm2::getDataSources()
Returns the list of data sources attached to the form
- getDataSources
- in file Node.php, method HTML_QuickForm2_Node::getDataSources()
Returns the data sources for this element
- 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
- getError
- in file Node.php, method HTML_QuickForm2_Node::getError()
Returns the error message for the element
- getFrozenHtml
- in file Select.php, method HTML_QuickForm2_Element_Select::getFrozenHtml()
- 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 Input.php, method HTML_QuickForm2_Element_Input::getFrozenHtml()
Returns the field's value without HTML tags
- getFrozenHtml
- in file Textarea.php, method HTML_QuickForm2_Element_Textarea::getFrozenHtml()
- getId
- in file Container.php, method HTML_QuickForm2_Container::getId()
- 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()
- getIterator
- in file Container.php, method HTML_QuickForm2_Container::getIterator()
Returns a recursive iterator for the container elements
- getIterator
- in file Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::getIterator()
Returns an iterator over contained elements
- getLabel
- in file Node.php, method HTML_QuickForm2_Node::getLabel()
Returns the element's label(s)
- getMessage
- in file Rule.php, method HTML_QuickForm2_Rule::getMessage()
Returns the error message output by the rule
- getName
- in file Node.php, method HTML_QuickForm2_Node::getName()
Returns the element's name
- getName
- in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::getName()
- getName
- in file Container.php, method HTML_QuickForm2_Container::getName()
- getName
- in file Element.php, method HTML_QuickForm2_Element::getName()
- getOptions
- in file Rule.php, method HTML_QuickForm2_Rule::getOptions()
Returns the rule's configuration data
- 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 Select.php, method HTML_QuickForm2_Element_Select_OptionContainer::getRecursiveIterator()
Returns a recursive iterator over contained elements
- getRecursiveIterator
- in file Container.php, method HTML_QuickForm2_Container::getRecursiveIterator()
Returns a recursive iterator iterator for the container elements
- getRuleConfig
- in file Factory.php, method HTML_QuickForm2_Factory::getRuleConfig()
Returns configuration data for rules of the given type
- 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 Fieldset.php, method HTML_QuickForm2_Container_Fieldset::getType()
- getType
- in file Button.php, method HTML_QuickForm2_Element_Button::getType()
- getType
- in file QuickForm2.php, method HTML_QuickForm2::getType()
- getType
- in file Textarea.php, method HTML_QuickForm2_Element_Textarea::getType()
- getType
- in file Input.php, method HTML_QuickForm2_Element_Input::getType()
- getUpload
- in file SuperGlobal.php, method HTML_QuickForm2_DataSource_SuperGlobal::getUpload()
- getUpload
- in file Submit.php, method HTML_QuickForm2_DataSource_Submit::getUpload()
Returns the information about uploaded file
- getValue
- in file Textarea.php, method HTML_QuickForm2_Element_Textarea::getValue()
- getValue
- in file Select.php, method HTML_QuickForm2_Element_Select::getValue()
Returns the value of the <select> element
- getValue
- in file InputImage.php, method HTML_QuickForm2_Element_InputImage::getValue()
Returns the element's value
- 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 Array.php, method HTML_QuickForm2_DataSource_Array::getValue()
- getValue
- in file InputFile.php, method HTML_QuickForm2_Element_InputFile::getValue()
Returns the information on uploaded file
- getValue
- in file Node.php, method HTML_QuickForm2_Node::getValue()
Returns the element's value
top
h
- hasChildren
- in file Container.php, method HTML_QuickForm2_ContainerIterator::hasChildren()
- hasChildren
- in file Select.php, method HTML_QuickForm2_Element_Select_OptionIterator::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
- HTML_QuickForm2_Rule
- in file Rule.php, class HTML_QuickForm2_Rule
Abstract base class for HTML_QuickForm2 rules
- HTML_QuickForm2_Rule_Callback
- in file Callback.php, class HTML_QuickForm2_Rule_Callback
Rule checking the value via a callback function (method)
- HTML_QuickForm2_Rule_Compare
- in file Compare.php, class HTML_QuickForm2_Rule_Compare
Rule comparing the value of the field with some other value
- HTML_QuickForm2_Rule_Empty
- in file Empty.php, class HTML_QuickForm2_Rule_Empty
Rule checking that the field is empty
- HTML_QuickForm2_Rule_Length
- in file Length.php, class HTML_QuickForm2_Rule_Length
Rule checking the value's length
- HTML_QuickForm2_Rule_MaxFileSize
- in file MaxFileSize.php, class HTML_QuickForm2_Rule_MaxFileSize
Rule checking that uploaded file size does not exceed the given limit
- HTML_QuickForm2_Rule_MimeType
- in file MimeType.php, class HTML_QuickForm2_Rule_MimeType
Rule checking that uploaded file is of the correct MIME type
- HTML_QuickForm2_Rule_Nonempty
- in file Nonempty.php, class HTML_QuickForm2_Rule_Nonempty
Rule checking that the field is not empty
- HTML_QuickForm2_Rule_Regex
- in file Regex.php, class HTML_QuickForm2_Rule_Regex
Validates values using regular expressions
- HTML_QuickForm2_Rule_Required
- in file Required.php, class HTML_QuickForm2_Rule_Required
Rule for required elements
top
top
top
top
top
o
- $operators
- in file Compare.php, variable HTML_QuickForm2_Rule_Compare::$operators
Possible comparison operators
- $optionContainer
- in file Select.php, variable HTML_QuickForm2_Element_Select::$optionContainer
Object containing options for the <select> element
- $options
- in file Rule.php, variable HTML_QuickForm2_Rule::$options
Additional data for the rule
- $options
- in file Select.php, variable HTML_QuickForm2_Element_Select_OptionContainer::$options
List of options and optgroups in this container
- $owner
- in file Rule.php, variable HTML_QuickForm2_Rule::$owner
An element whose value will be validated by this rule
- onAttributeChange
- in file QuickForm2.php, method HTML_QuickForm2::onAttributeChange()
- onAttributeChange
- in file Input.php, method HTML_QuickForm2_Element_Input::onAttributeChange()
- onAttributeChange
- in file Container.php, method HTML_QuickForm2_Container::onAttributeChange()
- onAttributeChange
- in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::onAttributeChange()
- onAttributeChange
- in file Element.php, method HTML_QuickForm2_Element::onAttributeChange()
- or_
- in file Required.php, method HTML_QuickForm2_Rule_Required::or_()
Disallows adding a rule to the chain with an "or" operator
- or_
- in file Rule.php, method HTML_QuickForm2_Rule::or_()
Adds a rule to the chain with an "or" operator
- output_element
- in file builtin-rules.php, function output_element()
Usage example for HTML_QuickForm2 package: builtin rules
- output_fieldset
- in file builtin-rules.php, function output_fieldset()
top
top
top
top
s
- $submitValue
- in file InputSubmit.php, variable HTML_QuickForm2_Element_InputSubmit::$submitValue
Element's submit value
- $submitValue
- in file Button.php, variable HTML_QuickForm2_Element_Button::$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 InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::setContent()
Sets the label to be rendered glued to the element
- setContent
- in file Button.php, method HTML_QuickForm2_Element_Button::setContent()
Sets the contents of the button element
- setDataSources
- in file QuickForm2.php, method HTML_QuickForm2::setDataSources()
Replaces the list of form's data sources with a completely new one
- setError
- in file Node.php, method HTML_QuickForm2_Node::setError()
Sets the error message to the element
- 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 QuickForm2.php, method HTML_QuickForm2::setId()
- setId
- in file Element.php, method HTML_QuickForm2_Element::setId()
- setLabel
- in file Node.php, method HTML_QuickForm2_Node::setLabel()
Sets the element's label(s)
- setMessage
- in file Rule.php, method HTML_QuickForm2_Rule::setMessage()
Sets the error message output by the rule
- setName
- in file Element.php, method HTML_QuickForm2_Element::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()
- setName
- in file Container.php, method HTML_QuickForm2_Container::setName()
- setOptions
- in file Rule.php, method HTML_QuickForm2_Rule::setOptions()
Sets additional configuration data for the rule
- setOwner
- in file Rule.php, method HTML_QuickForm2_Rule::setOwner()
Sets the element that will be validated by this rule
- setOwner
- in file MimeType.php, method HTML_QuickForm2_Rule_MimeType::setOwner()
Sets the element that will be validated by this rule
- setOwner
- in file MaxFileSize.php, method HTML_QuickForm2_Rule_MaxFileSize::setOwner()
Sets the element that will be validated by this rule
- setValue
- in file Input.php, method HTML_QuickForm2_Element_Input::setValue()
- setValue
- in file InputButton.php, method HTML_QuickForm2_Element_InputButton::setValue()
Button elements cannot have any submit values
- setValue
- in file Select.php, method HTML_QuickForm2_Element_Select::setValue()
- setValue
- in file Fieldset.php, method HTML_QuickForm2_Container_Fieldset::setValue()
- setValue
- in file Textarea.php, method HTML_QuickForm2_Element_Textarea::setValue()
- setValue
- in file Button.php, method HTML_QuickForm2_Element_Button::setValue()
Button's value cannot be set via this method
- setValue
- in file InputCheckable.php, method HTML_QuickForm2_Element_InputCheckable::setValue()
- setValue
- in file InputFile.php, method HTML_QuickForm2_Element_InputFile::setValue()
File upload's value cannot be set here
- setValue
- in file Node.php, method HTML_QuickForm2_Node::setValue()
Sets the element's value
- setValue
- in file InputSubmit.php, method HTML_QuickForm2_Element_InputSubmit::setValue()
Submit'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
- setValue
- in file QuickForm2.php, method HTML_QuickForm2::setValue()
- setValue
- in file InputImage.php, method HTML_QuickForm2_Element_InputImage::setValue()
Image button's value cannot be set via this method
- storeId
- in file Node.php, method HTML_QuickForm2_Node::storeId()
Stores the explicitly given id to prevent duplicate id generation
top
top
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::$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
- $values
- in file Select.php, variable HTML_QuickForm2_Element_Select_OptionContainer::$values
Reference to parent <select>'s values
- validate
- in file Rule.php, method HTML_QuickForm2_Rule::validate()
Performs validation
- validate
- in file Node.php, method HTML_QuickForm2_Node::validate()
Performs the server-side validation
- validate
- in file Container.php, method HTML_QuickForm2_Container::validate()
Performs the server-side validation
- validate
- in file InputFile.php, method HTML_QuickForm2_Element_InputFile::validate()
Performs the server-side validation
- validate
- in file QuickForm2.php, method HTML_QuickForm2::validate()
Performs the server-side validation
top
top
Documentation generated on Mon, 11 Mar 2019 15:10:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|