Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ v ]
[ _ ]
a
- addData
- in file QuickForm.php, method HTML_QuickForm::addData()
* Adds data to the form (i.e. html or text)
*
* @param string $data The data to add to the form object
* @return void
- addElement
- in file QuickForm.php, method HTML_QuickForm::addElement()
* Adds an element into the form
*
* @param string $element element object or type of element to add (text, textarea, file...)
* @since 1.0
* @return index of element
* @access public
- addElementGroup
- in file QuickForm.php, method HTML_QuickForm::addElementGroup()
* Adds an element group
* @param array $elements array of elements composing the group
* @param string $label (optional)group label
* @param string $name (optional)group name
* @param string $separator (optional)string to seperate elements
* @return index of element
* @since 1.0
* @access public
* @throws PEAR_Error
- addGroupRule
- in file QuickForm.php, method HTML_QuickForm::addGroupRule()
* Adds a validation rule for the given group of elements
*
* Only groups with a name can be assigned a validation rule
*
* @param string $group Form group name
* @param mixed $arg1 Array for multiple elements or error message string for one element
* @param string $type (optional)Rule type use getRegisteredType to get types
* @param string $format (optional)Required for extra rule data
* @param int $howmany (optional)0 for all element or a number of elements in the group
* @since 2.5
* @access public
- addHeader
- in file QuickForm.php, method HTML_QuickForm::addHeader()
* Adds a header in the form
*
* @param string $label label of header
* @since 1.0
* @access public
* @return void
* @throws
- addOption
- in file select.php, method HTML_QuickForm_select::addOption()
* Adds a new OPTION to the SELECT
*
* @param string $text Display text for the OPTION
* @param string $value Value for the OPTION
* @param mixed $attributes Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- addRule
- in file QuickForm.php, method HTML_QuickForm::addRule()
* Adds a validation rule for the given field
*
* @param string $element Form element name
* @param string $message Message to display for invalid data
* @param string $type Rule type use getRegisteredType to get types
* @param string $format (optional)Required for extra rule data
* @param string $validation (optional)Where to perform validation: "server", "client"
* @param boolean $reset Reset the form element to it's original val if there is an error?
* @param boolean $force Force the rule to be applied, even if the target form element does not exist
* @since 1.0
* @access public
- apiVersion
- in file element.php, method HTML_QuickForm_element::apiVersion()
* Returns the current API version
*
* @since 1.0
* @access public
* @return float
- apiVersion
- in file QuickForm.php, method HTML_QuickForm::apiVersion()
* Returns the current API version
*
* @since 1.0
* @access public
* @return float
- apiVersion
- in file select.php, method HTML_QuickForm_select::apiVersion()
* Returns the current API version
*
* @since 1.0
* @access public
* @return double
* @throws
- applyFilter
- in file QuickForm.php, method HTML_QuickForm::applyFilter()
* Applies a data filter for the given field
*
* @param string $element Form element name
* @param string $type Filter type use getRegisteredFilters to get filters
* @since 2.0
* @access public
- advcheckbox.php
- procedural page advcheckbox.php
top
top
c
- clearAllTemplates
- in file QuickForm.php, method HTML_QuickForm::clearAllTemplates()
* Clears all the HTML out of the templates that surround notes, elements, etc.
* Useful when you want to use addData() to create a completely custom form look
*
* @since 2.0
* @access public
* @returns void
- cmpPass
- in file QuickForm_example3.php, function cmpPass()
- createElement
- in file QuickForm.php, method HTML_QuickForm::createElement()
* Returns a new form element of the given type
*
* @param string $elementType type of element to add (text, textarea, file...)
* @param string $elementName form name of this element
* @param mixed $mixed (optional)value of this element
* @param string $elementLabel (optional)label of this element
* @param array $attributes (optional)associative array with extra attributes (can be html or custom)
* @since 1.0
* @access public
* @return object extended class of HTML_element
* @throws
- checkbox.php
- procedural page checkbox.php
top
d
- $dateSelect
- in file date.php, variable HTML_QuickForm_date::$dateSelect
* Contains the select objects
* @var array
* @access private
- display
- in file QuickForm.php, method HTML_QuickForm::display()
* Displays an HTML version of the form
*
* If the body parameter is used then the default layout is overridden and
* the contents of $body is used within the form
* @param mixed $body (optional) Body of form
* @since 1.0
* @access public
- date.php
- procedural page date.php
top
e
- $error_message_prefix
- in file QuickForm.php, variable HTML_QuickForm_Error::$error_message_prefix
- elementExists
- in file QuickForm.php, method HTML_QuickForm::elementExists()
* Returns true if element is in the form
*
* @param string $element form name of element to check
* @since 1.0
* @access public
* @return boolean
* @throws
- errorMessage
- in file QuickForm.php, method HTML_QuickForm::errorMessage()
* Return a textual error message for an QuickForm error code
*
* @param $value int error code
*
* @return string error message, or false if the error code was
* not recognized
- element.php
- procedural page element.php
top
f
- $format
- in file date.php, variable HTML_QuickForm_date::$format
* Default date format
* @var string
* @access public
- freeze
- in file QuickForm.php, method HTML_QuickForm::freeze()
* Displays elements without HTML input tags
*
* @param mixed $elementList array or string of element(s) to be frozen
* @since 1.0
* @access public
- freeze
- in file reset.php, method HTML_QuickForm_reset::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- freeze
- in file submit.php, method HTML_QuickForm_submit::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- freeze
- in file image.php, method HTML_QuickForm_image::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- freeze
- in file file.php, method HTML_QuickForm_file::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- freeze
- in file element.php, method HTML_QuickForm_element::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- freeze
- in file button.php, method HTML_QuickForm_button::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- freeze
- in file hidden.php, method HTML_QuickForm_hidden::freeze()
* Freeze the element so that only its value is returned
*
* @access public
* @return void
* @throws
- file.php
- procedural page file.php
top
g
- getAttributesString
- in file QuickForm.php, method HTML_QuickForm::getAttributesString()
* Returns the HTML attributes of the form
*
* @since 2.0
* @access public
* @return void
* @throws
- getChecked
- in file radio.php, method HTML_QuickForm_radio::getChecked()
* Returns whether radio button is checked
*
* @since 1.0
* @access public
* @return string
* @throws
- getChecked
- in file checkbox.php, method HTML_QuickForm_checkbox::getChecked()
* Returns whether a checkbox or radio button is checked
*
* @since 1.0
* @access public
* @return string
* @throws
- getElement
- in file QuickForm.php, method HTML_QuickForm::getElement()
* Returns a reference to the element
*
* @param string $element Element name
* @since 2.0
* @access public
* @return reference to element
* @throws
- getElementError
- in file QuickForm.php, method HTML_QuickForm::getElementError()
* Returns error corresponding to validated element
*
* @param string $element Name of form element to check
* @since 1.0
* @access public
* @return string error message corresponding to checked element
* @throws
- getElements
- in file group.php, method HTML_QuickForm_group::getElements()
* Gets the grouped elements
*
* @since 2.4
* @access public
* @return array
- getElementType
- in file QuickForm.php, method HTML_QuickForm::getElementType()
* Returns the type of the given element
*
* @param string $element Name of form element
* @since 1.1
* @access public
* @return string
- getElementValue
- in file QuickForm.php, method HTML_QuickForm::getElementValue()
* Returns the elements raw value such as submitted by the form
*
* @param string $element Element name
* @since 2.0
* @access public
* @return element value
* @throws
- 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)
*
* @since 1.0
* @access public
* @return string
* @throws
- getFrozenHtml
- in file group.php, method HTML_QuickForm_group::getFrozenHtml()
* Returns the value of field without HTML tags
*
* @since 1.3
* @access public
* @return string
* @throws
- getFrozenHtml
- in file radio.php, method HTML_QuickForm_radio::getFrozenHtml()
* Returns the value of field without HTML tags
*
* @since 1.0
* @access public
* @return string
* @throws
- 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)
*
* @since 1.0
* @access public
* @return string
* @throws
- getFrozenHtml
- in file static.php, method HTML_QuickForm_static::getFrozenHtml()
* Returns the value of field without HTML tags
*
* @access public
* @return string
- getFrozenHtml
- in file element.php, method HTML_QuickForm_element::getFrozenHtml()
* Returns the value of field without HTML tags
*
* @since 1.0
* @access public
* @return string
* @throws
- getFrozenHtml
- in file checkbox.php, method HTML_QuickForm_checkbox::getFrozenHtml()
* Returns the value of field without HTML tags
*
* @since 1.0
* @access public
* @return string
* @throws
- 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)
*
* @since 1.0
* @access public
* @return string
* @throws
- getFrozenHtml
- in file select.php, method HTML_QuickForm_select::getFrozenHtml()
* Returns the value of field without HTML tags
*
* @since 1.0
* @access public
* @return string
* @throws
- 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.
*
* @access public
* @return string group elements type
* @throws
- getLabel
- in file element.php, method HTML_QuickForm_element::getLabel()
* Returns display text for the element
*
* @since 1.3
* @access public
* @return string
* @throws
- getMultiple
- in file select.php, method HTML_QuickForm_select::getMultiple()
* Returns the select mutiple attribute
*
* @since 1.2
* @access public
* @return bool true if multiple select, false otherwise
* @throws
- getName
- in file element.php, method HTML_QuickForm_element::getName()
* Returns the element name
*
* @since 1.0
* @access public
* @return string
* @throws
- getName
- in file textarea.php, method HTML_QuickForm_textarea::getName()
* Returns the element name
*
* @since 1.0
* @access public
* @return string
* @throws
- getName
- in file static.php, method HTML_QuickForm_static::getName()
* Returns the element name
*
* @access public
* @return string
- getName
- in file link.php, method HTML_QuickForm_link::getName()
* Returns the element name
*
* @since 1.0
* @access public
* @return string
* @throws
- getName
- in file input.php, method HTML_QuickForm_input::getName()
* Returns the element name
*
* @since 1.0
* @access public
* @return string
* @throws
- getName
- in file date.php, method HTML_QuickForm_date::getName()
* Returns the element name
* @access public
* @return string
- getName
- in file group.php, method HTML_QuickForm_group::getName()
* Returns the element name
*
* @since 1.0
* @access public
* @return string
* @throws
- getName
- in file select.php, method HTML_QuickForm_select::getName()
* Returns the element name
*
* @since 1.0
* @access public
* @return string
* @throws
- 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
*
* @param string $elementName The element name
*
* @access public
* @return string
- getPrivateName
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getPrivateName()
* Gets the pribate name for the element
*
* @param string $elementName The element name to make private
*
* @access public
* @return string
- getRegisteredFilters
- in file QuickForm.php, method HTML_QuickForm::getRegisteredFilters()
* Returns an array of registered filters
*
* @since 2.0
* @access public
* @return array
* @throws
- getRegisteredRules
- in file QuickForm.php, method HTML_QuickForm::getRegisteredRules()
* Returns an array of registered validation rules
*
* @since 1.0
* @access public
* @return array
* @throws
- getRegisteredTypes
- in file QuickForm.php, method HTML_QuickForm::getRegisteredTypes()
* Returns an array of registered element types
*
* @since 1.0
* @access public
* @return array
* @throws
- getRequiredNote
- in file QuickForm.php, method HTML_QuickForm::getRequiredNote()
* Returns the required note
*
* @since 2.0
* @access public
* @return string
* @throws
- getSelected
- in file select.php, method HTML_QuickForm_select::getSelected()
* Returns an array of the selected values
*
* @since 1.0
* @access public
* @return array of selected values
* @throws
- getSize
- in file file.php, method HTML_QuickForm_file::getSize()
* Returns size of file element
*
* @since 1.0
* @access public
* @return void
* @throws
- getSize
- in file select.php, method HTML_QuickForm_select::getSize()
* Returns the select field size
*
* @since 1.0
* @access public
* @return string
* @throws
- getSubmitValue
- in file QuickForm.php, method HTML_QuickForm::getSubmitValue()
* Returns the elements value after submit and filter
*
* @param string $element Element name
* @since 2.0
* @access public
* @return submitted element value or null if not set
* @throws
- getSubmitValues
- in file QuickForm.php, method HTML_QuickForm::getSubmitValues()
* Returns the values submitted by the form
*
* @since 2.0
* @access private
* @return void
* @throws
- getText
- in file checkbox.php, method HTML_QuickForm_checkbox::getText()
* Returns the checkbox text
*
* @since 1.1
* @access public
* @return string
* @throws
- getText
- in file radio.php, method HTML_QuickForm_radio::getText()
* Returns the radio text
*
* @since 1.1
* @access public
* @return string
* @throws
- getType
- in file element.php, method HTML_QuickForm_element::getType()
* Returns element type
*
* @since 1.0
* @access public
* @return string
* @throws
- getValidationScript
- in file QuickForm.php, method HTML_QuickForm::getValidationScript()
* Returns the client side validation script
*
* @since 2.0
* @access public
* @return string
* @throws
- getValue
- in file textarea.php, method HTML_QuickForm_textarea::getValue()
* Returns the value of the form element
*
* @since 1.0
* @access public
* @return void
* @throws
- getValue
- in file checkbox.php, method HTML_QuickForm_checkbox::getValue()
* Returns the value of the form element
*
* @since 1.0
* @access public
* @return void
* @throws
- getValue
- in file element.php, method HTML_QuickForm_element::getValue()
* Returns the value of the form element
*
* @since 1.0
* @access public
* @return void
* @throws
- getValue
- in file select.php, method HTML_QuickForm_select::getValue()
* Returns an array of the selected values
*
* @since 1.0
* @access public
* @return array of selected values
* @throws
- getValue
- in file group.php, method HTML_QuickForm_group::getValue()
* Returns the value of the form element
*
* @since 1.0
* @access public
* @return void
* @throws
- getValue
- in file input.php, method HTML_QuickForm_input::getValue()
* Returns the value of the form element
*
* @since 1.0
* @access public
* @return void
* @throws
- getValue
- in file link.php, method HTML_QuickForm_link::getValue()
* Returns the value of the form element
*
* @since 1.0
* @access public
* @return void
* @throws
- group.php
- procedural page group.php
top
h
- HTML_QuickForm
- in file QuickForm.php, class HTML_QuickForm
* Create, validate and process HTML forms
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 2.0
* @since PHP 4.0.3pl1
- HTML_QuickForm
- in file QuickForm.php, method HTML_QuickForm::HTML_QuickForm()
* Class constructor
* @param string $formName Form's name.
* @param string $method (optional)Form's method defaults to 'POST'
* @param string $action (optional)Form's action
* @param string $target (optional)Form's target defaults to '_self'
* @param array $attributes (optional)Associative array of form tag extra attributes
* @access public
- hiddenselect.php
- procedural page hiddenselect.php
- hidden.php
- procedural page hidden.php
- HTML_QuickForm_advcheckbox
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $elementLabel (optional)Input field label
* @param string $text (optional)Text to put after the checkbox
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @param mixed $values (optional)Values to pass if checked or not checked
*
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_advcheckbox
- in file advcheckbox.php, class HTML_QuickForm_advcheckbox
* HTML class for an advanced checkbox type field
*
* Basically this fixes a problem that HTML has had
* where checkboxes can only pass a single value (the
* value of the checkbox when checked). A value for when
* the checkbox is not checked cannot be passed, and
* furthermore the checkbox variable doesn't even exist if
* the checkbox was submitted unchecked.
*
* It works by creating a hidden field with the passed-in name
* and creating the checkbox with no name, but with a javascript
* onclick which sets the value of the hidden field.
*
* @author Jason Rust <jrust@php.net>
* @since 2.0
* @access public
- HTML_QuickForm_button
- in file button.php, method HTML_QuickForm_button::HTML_QuickForm_button()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_button
- in file button.php, class HTML_QuickForm_button
* HTML class for a button type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.1
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_checkbox
- in file checkbox.php, method HTML_QuickForm_checkbox::HTML_QuickForm_checkbox()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $elementLabel (optional)Input field value
* @param string $text (optional)Checkbox display text
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_checkbox
- in file checkbox.php, class HTML_QuickForm_checkbox
* HTML class for a checkbox type field
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.1
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_date
- in file date.php, class HTML_QuickForm_date
* Class to dynamically create HTML Select elements from a date
*
* @author Bertrand Mansion <bmansion@mamasam.com>
* @access public
- HTML_QuickForm_date
- in file date.php, method HTML_QuickForm_date::HTML_QuickForm_date()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array. Date format is passed along the attributes.
* @access public
* @return void
- HTML_QuickForm_element
- in file element.php, class HTML_QuickForm_element
* Base class for form elements
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.3
* @since PHP4.04pl1
* @access public
* @abstract
- HTML_QuickForm_element
- in file element.php, method HTML_QuickForm_element::HTML_QuickForm_element()
* Class constructor
*
* @param mixed $attributes (optional)Associative array of table tag attributes
* or HTML attributes name="value" pairs
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_Error
- in file QuickForm.php, method HTML_QuickForm_Error::HTML_QuickForm_Error()
* Creates a quickform error object, extending the PEAR_Error class
*
* @param int $code the error code
* @param int $mode the reaction to the error, either return, die or trigger/callback
* @param int $level intensity of the error (PHP error code)
* @param mixed $debuginfo any information that can inform user as to nature of the error
- HTML_QuickForm_Error
- in file QuickForm.php, class HTML_QuickForm_Error
- HTML_QuickForm_file
- in file file.php, class HTML_QuickForm_file
* HTML class for a file type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_file
- in file file.php, method HTML_QuickForm_file::HTML_QuickForm_file()
* Class constructor
*
* @param string $elementName Input field name attribute
* @param string $elementLabel Input field label
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_group
- in file group.php, class HTML_QuickForm_group
* HTML class for a form element group
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_group
- in file group.php, method HTML_QuickForm_group::HTML_QuickForm_group()
* Class constructor
*
* @param string $elementName (optional)Group name
* @param array $elementLabel (optional)Group label
* @param array $elements (optional)Group elements
* @param mixed $seperator (optional)Use a string for one seperator,
* use an array to alternate the seperators,
* don't use seperator if you are using templates.
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_hidden
- in file hidden.php, class HTML_QuickForm_hidden
* HTML class for a hidden type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_hidden
- in file hidden.php, method HTML_QuickForm_hidden::HTML_QuickForm_hidden()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_hiddenselect
- in file hiddenselect.php, class HTML_QuickForm_hiddenselect
* This class takes the same arguments as a select element, but instead
* of creating a select ring it creates hidden elements for all values
* already selected with setDefault or setConstant. This is useful if
* you have a select ring that you don't want visible, but you need all
* selected values to be passed.
*
* @author Isaac Shepard <ishepard@bsiweb.com>
*
* @version 1.0
* @since 2.1
* @access public
- HTML_QuickForm_hiddenselect
- in file hiddenselect.php, method HTML_QuickForm_hiddenselect::HTML_QuickForm_hiddenselect()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $options (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_image
- in file image.php, class HTML_QuickForm_image
* HTML class for a image type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_image
- in file image.php, method HTML_QuickForm_image::HTML_QuickForm_image()
* Class constructor
*
* @param string $elementName (optional)Element name attribute
* @param string $src (optional)Image source
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_input
- in file input.php, class HTML_QuickForm_input
* Base class for input form elements
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
* @abstract
- HTML_QuickForm_input
- in file input.php, method HTML_QuickForm_input::HTML_QuickForm_input()
* Class constructor
*
* @param mixed $attributes (optional)Associative array of table tag attributes
* or HTML attributes name="value" pairs
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_link
- in file link.php, method HTML_QuickForm_link::HTML_QuickForm_link()
* Class constructor
*
* @param string $elementLabel (optional)Link label
* @param string $href (optional)Link href
* @param string $text (optional)Link display text
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_link
- in file link.php, class HTML_QuickForm_link
* HTML class for a link type field
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_password
- in file password.php, class HTML_QuickForm_password
* HTML class for a password type field
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.1
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_password
- in file password.php, method HTML_QuickForm_password::HTML_QuickForm_password()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $elementLabel (optional)Input field label
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_radio
- in file radio.php, method HTML_QuickForm_radio::HTML_QuickForm_radio()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_radio
- in file radio.php, class HTML_QuickForm_radio
* HTML class for a radio type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.1
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_reset
- in file reset.php, class HTML_QuickForm_reset
* HTML class for a reset type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.1
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_reset
- in file reset.php, method HTML_QuickForm_reset::HTML_QuickForm_reset()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_select
- in file select.php, method HTML_QuickForm_select::HTML_QuickForm_select()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $options (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_select
- in file select.php, class HTML_QuickForm_select
* Class to dynamically create an HTML SELECT
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_static
- in file static.php, method HTML_QuickForm_static::HTML_QuickForm_static()
* Class constructor
*
* @param string $elementLabel (optional)Label
* @param string $text (optional)Display text
* @access public
* @return void
- HTML_QuickForm_static
- in file static.php, class HTML_QuickForm_static
* HTML class for static data
*
* @author Wojciech Gdela <eltehaem@poczta.onet.pl>
* @access public
- HTML_QuickForm_submit
- in file submit.php, method HTML_QuickForm_submit::HTML_QuickForm_submit()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_submit
- in file submit.php, class HTML_QuickForm_submit
* HTML class for a submit type element
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_text
- in file text.php, method HTML_QuickForm_text::HTML_QuickForm_text()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $elementLabel (optional)Input field label
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_text
- in file text.php, class HTML_QuickForm_text
* HTML class for a text field
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
- HTML_QuickForm_textarea
- in file textarea.php, method HTML_QuickForm_textarea::HTML_QuickForm_textarea()
* Class constructor
*
* @param string $elementName (optional)Input field name attribute
* @param string $value (optional)Input field value
* @param mixed $attributes (optional)Either a typical HTML attribute string
* or an associative array
* @since 1.0
* @access public
* @return void
* @throws
- HTML_QuickForm_textarea
- in file textarea.php, class HTML_QuickForm_textarea
* HTML class for a textarea type field
*
* @author Adam Daniel <adaniel1@eesus.jnj.com>
* @author Bertrand Mansion <bmansion@mamasam.com>
* @version 1.0
* @since PHP4.04pl1
* @access public
top
i
- image.php
- procedural page image.php
- input.php
- procedural page input.php
- isElementFrozen
- in file QuickForm.php, method HTML_QuickForm::isElementFrozen()
* Returns whether or not the form element is frozen
*
* @param string $element Form element name
* @since 1.0
* @access public
* @return boolean
* @throws
- isElementRequired
- in file QuickForm.php, method HTML_QuickForm::isElementRequired()
* Returns whether or not the form element is required
*
* @param string $element Form element name
* @since 1.0
* @access public
* @return boolean
* @throws
- isError
- in file QuickForm.php, method HTML_QuickForm::isError()
* Tell whether a result code from a QuickForm method is an error
*
* @param $value int result code
*
* @return bool whether $value is an error
- isFilterRegistered
- in file QuickForm.php, method HTML_QuickForm::isFilterRegistered()
* Returns whether or not the filter is supported
*
* @param string $filterName Filter
* @since 1.0
* @access public
* @return boolean
* @throws
- isFrozen
- in file element.php, method HTML_QuickForm_element::isFrozen()
* Returns whether or not the element is frozen
*
* @since 1.3
* @access public
* @return void
* @throws
- isRuleRegistered
- in file QuickForm.php, method HTML_QuickForm::isRuleRegistered()
* Returns whether or not the given rule is supported
*
* @param string $name Validation rule name
* @since 1.0
* @access public
* @return boolean
* @throws
- isTypeRegistered
- in file QuickForm.php, method HTML_QuickForm::isTypeRegistered()
* Returns whether or not the form element type is supported
*
* @param string $type Form element type
* @since 1.0
* @access public
* @return boolean
* @throws
top
l
- $language
- in file date.php, variable HTML_QuickForm_date::$language
* Default date language
* @var string
* @access public
- link.php
- procedural page link.php
- load
- in file select.php, method HTML_QuickForm_select::load()
* Loads options from different types of data sources
*
* This method is a simulated overloaded method. The arguments, other than the
* first are optional and only mean something depending on the type of the first argument.
* If the first argument is an array then all arguments are passed in order to loadArray.
* If the first argument is a db_result then all arguments are passed in order to loadDbResult.
* If the first argument is a string or a DB connection then all arguments are
* passed in order to loadQuery.
* @param mixed $options Options source currently supports assoc array or DB_result
* @param mixed $param1 (optional) See function detail
* @param mixed $param2 (optional) See function detail
* @param mixed $param3 (optional) See function detail
* @param mixed $param4 (optional) See function detail
* @since 1.1
* @access public
* @return PEAR_Error on error or true
* @throws PEAR_Error
- loadArray
- in file select.php, method HTML_QuickForm_select::loadArray()
* Loads the options from an associative array
*
* @param array $arr Associative array of options
* @param mixed $values (optional) Array or comma delimited string of selected values
* @since 1.0
* @access public
* @return PEAR_Error on error or true
* @throws PEAR_Error
- loadDbResult
- in file select.php, method HTML_QuickForm_select::loadDbResult()
* Loads the options from DB_result object
*
* If no column names are specified the first two columns of the result are
* used as the text and value columns respectively
* @param object $result DB_result object
* @param string $textCol (optional) Name of column to display as the OPTION text
* @param string $valueCol (optional) Name of column to use as the OPTION value
* @param mixed $values (optional) Array or comma delimited string of selected values
* @since 1.0
* @access public
* @return PEAR_Error on error or true
* @throws PEAR_Error
- loadQuery
- in file select.php, method HTML_QuickForm_select::loadQuery()
* Queries a database and loads the options from the results
*
* @param mixed $conn Either an existing DB connection or a valid dsn
* @param string $sql SQL query string
* @param string $textCol (optional) Name of column to display as the OPTION text
* @param string $valueCol (optional) Name of column to use as the OPTION value
* @param mixed $values (optional) Array or comma delimited string of selected values
* @since 1.1
* @access private
* @return void
* @throws
top
m
- $maxYear
- in file date.php, variable HTML_QuickForm_date::$maxYear
* Default maximum year Arthur C. Clarke style again
* @var int
* @access public
- $minYear
- in file date.php, variable HTML_QuickForm_date::$minYear
* Default minimum year Arthur C. Clarke style
* @var int
* @access public
- moveUploadedFile
- in file QuickForm.php, method HTML_QuickForm::moveUploadedFile()
* Moves an uploaded file into the destination
* @param string $element
* @param string $dest
* @since 1.0
* @access public
top
o
- onQuickFormEvent
- in file group.php, method HTML_QuickForm_group::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $caller calling object
* @since 1.0
* @access public
* @return void
* @throws
- onQuickFormEvent
- in file radio.php, method HTML_QuickForm_radio::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $caller calling object
* @since 1.0
* @access public
* @return void
* @throws
- onQuickFormEvent
- in file file.php, method HTML_QuickForm_file::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $caller calling object
* @since 1.0
* @access public
* @return void
* @throws
- onQuickFormEvent
- in file element.php, method HTML_QuickForm_element::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $callerLocal calling object
* @since 1.0
* @access public
* @return void
* @throws
- onQuickFormEvent
- in file checkbox.php, method HTML_QuickForm_checkbox::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $caller calling object
* @since 1.0
* @access public
* @return void
* @throws
- onQuickFormEvent
- in file date.php, method HTML_QuickForm_date::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $caller calling object
* @since 1.0
* @access public
* @return void
* @throws
- onQuickFormEvent
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::onQuickFormEvent()
* Called by HTML_QuickForm whenever form event is made on this element
*
* @param string $event Name of event
* @param mixed $arg event arguments
* @param object $caller calling object
* @since 1.0
* @access public
* @return void
* @throws
top
top
top
r
- radio.php
- procedural page radio.php
- reset.php
- procedural page reset.php
- registerElementType
- in file QuickForm.php, method HTML_QuickForm::registerElementType()
* Registers a new element type
*
* @param string $typeName Name of element type
* @param string $include Include path for element type
* @param string $className Element class name
* @since 1.0
* @access public
* @return void
* @throws
- registerFilter
- in file QuickForm.php, method HTML_QuickForm::registerFilter()
* Registers a new filter
*
* @param string $filterName Name of filter
* @param string $filterFunc Associated function or method
* @since 2.0
* @access public
* @return void
* @throws
- registerRule
- in file QuickForm.php, method HTML_QuickForm::registerRule()
* Registers a new validation rule
*
* @param string $ruleName Name of validation rule
* @param string $type Either: 'regex' or 'function'
* @param string $data1 Name of function or regular expression
* @param string $data2 Object parent of above function
* @since 1.0
* @access public
* @return void
* @throws
- removeElement
- in file QuickForm.php, method HTML_QuickForm::removeElement()
* Removes an element
*
* @param string $elementName The element name
* @param optional boolean $removeRules True if rules for this element are to be removed too
*
* @access public
* @since 2.0
* @return void
- renderElement
- in file QuickForm.php, method HTML_QuickForm::renderElement()
* Renders an element, outputting the html if the element is not
* frozen
*
* @param string $elementName The element name
* @param optional boolean $remove Remove the element after rendering?
* @param optional boolean $removeRules Remove all rules associated
* with this element?
*
* @access public
* @since 2.0
* @return string
top
s
- 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
*
* @param string $align alignment for image element
* @since 1.0
* @access public
* @return void
* @throws
- setBorder
- in file image.php, method HTML_QuickForm_image::setBorder()
* Sets border size for image element
*
* @param string $border border for image element
* @since 1.0
* @access public
* @return void
* @throws
- setChecked
- in file radio.php, method HTML_QuickForm_radio::setChecked()
* Sets whether radio button is checked
*
* @param bool $checked Whether the field is checked or not
* @since 1.0
* @access public
* @return void
* @throws
- setChecked
- in file checkbox.php, method HTML_QuickForm_checkbox::setChecked()
* Sets whether a checkbox or radio button is checked
*
* @param bool $checked Whether the field is checked or not
* @since 1.0
* @access public
* @return void
* @throws
- setCols
- in file textarea.php, method HTML_QuickForm_textarea::setCols()
* Sets width in cols for textarea element
*
* @param string $cols Width expressed in cols
* @since 1.0
* @access public
* @return void
* @throws
- setConstants
- in file QuickForm.php, method HTML_QuickForm::setConstants()
* Initializes constant form values.
* These values won't get overridden by POST or GET vars
*
* @param array $constantValues values used to fill the form
* @param mixed $filter (optional) filter(s) to apply to all default values
*
* @since 2.0
* @access public
* @return void
- setDefaults
- in file QuickForm.php, method HTML_QuickForm::setDefaults()
* Initializes default form values
*
* @param array $defaultValues values used to fill the form
* @param mixed $filter (optional) filter(s) to apply to all default values
* @since 1.0
* @access public
* @return void
- setElementError
- in file QuickForm.php, method HTML_QuickForm::setElementError()
* Set error message for a form element
*
* @param string $element Name of form element to set error for
* @param string $message Error message
* @since 1.0
* @access public
* @return void
* @throws
- setElements
- in file group.php, method HTML_QuickForm_group::setElements()
* Sets the grouped elements
*
* @param array $elements Array of elements
* @since 1.1
* @access public
* @return void
* @throws
- setElementTemplate
- in file group.php, method HTML_QuickForm_group::setElementTemplate()
* Sets the template for the group elements
*
* @param string $template Template string
* @since 2.5
* @access public
* @return void
- setElementTemplate
- in file QuickForm.php, method HTML_QuickForm::setElementTemplate()
* Sets element template
*
* @param string $html The HTML surrounding an element
* @param string $element (optional) Name of the element to apply template for
* @since 2.0
* @access public
* @return void
- setFormat
- in file date.php, method HTML_QuickForm_date::setFormat()
* Sets the date element format
* @access public
* @return void
- setFormTemplate
- in file QuickForm.php, method HTML_QuickForm::setFormTemplate()
* Sets form template
*
* @param string $html The HTML surrounding the form tags
* @since 2.0
* @access public
* @return void
- setGroupTemplate
- in file group.php, method HTML_QuickForm_group::setGroupTemplate()
* Sets the template for the group
*
* @param string $template Template string
* @since 2.5
* @access public
* @return void
- setHeaderTemplate
- in file QuickForm.php, method HTML_QuickForm::setHeaderTemplate()
* Sets header template
*
* @param string $html The HTML surrounding the header
* @since 2.0
* @access public
* @return void
- setHref
- in file link.php, method HTML_QuickForm_link::setHref()
* Sets the links href
*
* @param string $href
* @since 1.0
* @access public
* @return void
* @throws
- setJsWarnings
- in file QuickForm.php, method HTML_QuickForm::setJsWarnings()
* Sets JavaScript warning messages
*
* @param string $pref Prefix warning
* @param string $post Postfix warning
* @since 1.1
* @access public
* @return void
- setLabel
- in file element.php, method HTML_QuickForm_element::setLabel()
* Sets display text for the element
*
* @param string $label Display text for a checkbox
* @since 1.3
* @access public
* @return void
* @throws
- setLanguage
- in file date.php, method HTML_QuickForm_date::setLanguage()
* Sets the default language for date
* @param string $language At the moment only 'en', 'de', 'fr'
* @access public
* @return void
- setMaxlength
- in file text.php, method HTML_QuickForm_text::setMaxlength()
* Sets maxlength of text field
*
* @param string $maxlength Maximum length of password field
* @since 1.3
* @access public
* @return void
* @throws
- setMaxlength
- in file password.php, method HTML_QuickForm_password::setMaxlength()
* Sets maxlength of password element
*
* @param string $maxlength Maximum length of password field
* @since 1.0
* @access public
* @return void
* @throws
- setMaxYear
- in file date.php, method HTML_QuickForm_date::setMaxYear()
* Sets the date element maximum year
* @access public
* @return void
- setMinYear
- in file date.php, method HTML_QuickForm_date::setMinYear()
* Sets the date element minimum year
* @access public
* @return void
- setMultiple
- in file select.php, method HTML_QuickForm_select::setMultiple()
* Sets the select mutiple attribute
*
* @param bool $multiple Whether the select supports multi-selections
* @since 1.2
* @access public
* @return void
* @throws
- setName
- in file date.php, method HTML_QuickForm_date::setName()
* Sets the input field name
* @param string $name Input field name attribute
* @access public
* @return void
- setName
- in file group.php, method HTML_QuickForm_group::setName()
* Sets the input field name
*
* @param string $name Input field name attribute
* @since 1.0
* @access public
* @return void
* @throws
- setName
- in file element.php, method HTML_QuickForm_element::setName()
* Sets the input field name
*
* @param string $name Input field name attribute
* @since 1.0
* @access public
* @return void
* @throws
- setName
- in file static.php, method HTML_QuickForm_static::setName()
* Sets the element name
*
* @param string $name Element name
* @access public
* @return void
- setName
- in file input.php, method HTML_QuickForm_input::setName()
* Sets the input field name
*
* @param string $name Input field name attribute
* @since 1.0
* @access public
* @return void
* @throws
- setName
- in file link.php, method HTML_QuickForm_link::setName()
* Sets the input field name
*
* @param string $name Input field name attribute
* @since 1.0
* @access public
* @return void
* @throws
- setName
- in file textarea.php, method HTML_QuickForm_textarea::setName()
* Sets the input field name
*
* @param string $name Input field name attribute
* @since 1.0
* @access public
* @return void
* @throws
- setName
- in file select.php, method HTML_QuickForm_select::setName()
* Sets the input field name
*
* @param string $name Input field name attribute
* @since 1.0
* @access public
* @return void
* @throws
- 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
*
* @param bool $persistant True if persistant value
* @since 2.0
* @access public
* @return void
* @throws
- setRequiredNote
- in file QuickForm.php, method HTML_QuickForm::setRequiredNote()
* Sets required-note
*
* @param string $note Message indicating some elements are required
* @since 1.1
* @access public
* @return void
- setRequiredNoteTemplate
- in file QuickForm.php, method HTML_QuickForm::setRequiredNoteTemplate()
* Sets element template
*
* @param string $html The HTML surrounding the required note
* @since 2.0
* @access public
* @return void
- setRows
- in file textarea.php, method HTML_QuickForm_textarea::setRows()
* Sets height in rows for textarea element
*
* @param string $rows Height expressed in rows
* @since 1.0
* @access public
* @return void
* @throws
- setSelected
- in file select.php, method HTML_QuickForm_select::setSelected()
* Sets the default values of the select box
*
* @param mixed $values Array or comma delimited string of selected values
* @since 1.0
* @access public
* @return void
* @throws
- setSelectedDate
- in file date.php, method HTML_QuickForm_date::setSelectedDate()
* Sets the selected date
* @param mixed an associative array corresponding to the format you chose
* for your date or an unix epoch timestamp
* @access public
* @return void
- setSize
- in file password.php, method HTML_QuickForm_password::setSize()
* Sets size of password element
*
* @param string $size Size of password field
* @since 1.0
* @access public
* @return void
* @throws
- setSize
- in file select.php, method HTML_QuickForm_select::setSize()
* Sets the select field size, only applies
*
* @param int $size Size of select field
* @since 1.0
* @access public
* @return void
* @throws
- setSize
- in file text.php, method HTML_QuickForm_text::setSize()
* Sets size of text field
*
* @param string $size Size of password field
* @since 1.3
* @access public
* @return void
* @throws
- setSize
- in file file.php, method HTML_QuickForm_file::setSize()
* Sets size of file element
*
* @param int $size Size of password field
* @since 1.0
* @access public
* @return void
* @throws
- setSource
- in file image.php, method HTML_QuickForm_image::setSource()
* Sets source for image element
*
* @param string $src source for image element
* @since 1.0
* @access public
* @return void
* @throws
- setText
- in file checkbox.php, method HTML_QuickForm_checkbox::setText()
* Sets the checkbox text
*
* @param string $text
* @since 1.1
* @access public
* @return void
* @throws
- setText
- in file static.php, method HTML_QuickForm_static::setText()
* Sets the text
*
* @param string $text
* @access public
* @return void
- setText
- in file radio.php, method HTML_QuickForm_radio::setText()
* Sets the radio text
*
* @param string $text
* @since 1.1
* @access public
* @return void
* @throws
- setType
- in file input.php, method HTML_QuickForm_input::setType()
* Sets the element type
*
* @param string $type Element type
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file input.php, method HTML_QuickForm_input::setValue()
* Sets the value of the form element
*
* @param string $value Default value of the form element
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file textarea.php, method HTML_QuickForm_textarea::setValue()
* Sets value for textarea element
*
* @param string $value Value for password element
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file link.php, method HTML_QuickForm_link::setValue()
* Sets value for textarea element
*
* @param string $value Value for password element
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file group.php, method HTML_QuickForm_group::setValue()
* Sets value for textarea element
*
* @param string $value Value for password element
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file element.php, method HTML_QuickForm_element::setValue()
* Sets the value of the form element
*
* @param string $value Default value of the form element
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file checkbox.php, method HTML_QuickForm_checkbox::setValue()
* Sets the value of the form element
*
* @param string $value Default value of the form element
* @since 1.0
* @access public
* @return void
* @throws
- setValue
- in file select.php, method HTML_QuickForm_select::setValue()
* Sets the value of the form element
*
* @param mixed $values Array or comma delimited string of selected values
* @since 1.0
* @access public
* @return void
* @throws
- setValues
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValues()
* Sets the values used by the hidden element
*
* @param mixed $values The values, either a string or an array
*
* @access public
* @return void
- setWrap
- in file textarea.php, method HTML_QuickForm_textarea::setWrap()
* Sets wrap type for textarea element
*
* @param string $wrap Wrap type
* @since 1.0
* @access public
* @return void
* @throws
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
*
* Detail description
* @since 2.0
* @access public
* @return array of form contents
* @throws
- toArray
- in file element.php, method HTML_QuickForm_element::toArray()
* Returns the element as an array
*
* @since 1.1
* @access public
* @return array
* @throws
- toHtml
- in file radio.php, method HTML_QuickForm_radio::toHtml()
* Returns the radio element in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file select.php, method HTML_QuickForm_select::toHtml()
* Returns the SELECT in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file static.php, method HTML_QuickForm_static::toHtml()
* Returns the static text element in HTML
*
* @access public
* @return string
- toHtml
- in file QuickForm.php, method HTML_QuickForm::toHtml()
* Returns an HTML version of the form
*
* @param string $in_data (optional) Any extra data to insert right
* before form is rendered. Useful when using templates.
*
* @return string Html version of the form
* @since 1.0
* @access public
- toHtml
- in file textarea.php, method HTML_QuickForm_textarea::toHtml()
* Returns the textarea element in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file link.php, method HTML_QuickForm_link::toHtml()
* Returns the textarea element in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file date.php, method HTML_QuickForm_date::toHtml()
* Returns the SELECT in HTML
* @access public
* @return string
* @throws
- toHtml
- in file checkbox.php, method HTML_QuickForm_checkbox::toHtml()
* Returns the radio element in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file group.php, method HTML_QuickForm_group::toHtml()
* Returns the input field in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file hiddenselect.php, method HTML_QuickForm_hiddenselect::toHtml()
* Returns the SELECT in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file input.php, method HTML_QuickForm_input::toHtml()
* Returns the input field in HTML
*
* @since 1.0
* @access public
* @return string
* @throws
- toHtml
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::toHtml()
* Returns the checkbox element in HTML
* and the additional hidden element in HTML
*
* @access public
* @return string
top
v
- validate
- in file QuickForm.php, method HTML_QuickForm::validate()
* Performs the server side validation
* @access public
* @since 1.0
* @return boolean true if no error found
top
top
Documentation generated on Fri, 30 Apr 2004 22:21:35 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|