Element index for package HTML_Common
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
top
a
- accept
- in file hidden.php, method HTML_QuickForm_hidden::accept()
Accepts a renderer
- accept
- in file hiddenselect.php, method HTML_QuickForm_hiddenselect::accept()
This is essentially a hidden element and should be rendered as one
- accept
- in file hierselect.php, method HTML_QuickForm_hierselect::accept()
- accept
- in file html.php, method HTML_QuickForm_html::accept()
Accepts a renderer
- accept
- in file header.php, method HTML_QuickForm_header::accept()
Accepts a renderer
- accept
- in file QuickForm.php, method HTML_QuickForm::accept()
Accepts a renderer
- accept
- in file date.php, method HTML_QuickForm_date::accept()
- accept
- in file element.php, method HTML_QuickForm_element::accept()
Accepts a renderer
- accept
- in file group.php, method HTML_QuickForm_group::accept()
Accepts a renderer
- addElement
- in file QuickForm.php, method HTML_QuickForm::addElement()
Adds an element into the form
- addFormRule
- in file QuickForm.php, method HTML_QuickForm::addFormRule()
Adds a global validation rule
- addGroup
- in file QuickForm.php, method HTML_QuickForm::addGroup()
Adds an element group
- addGroupRule
- in file QuickForm.php, method HTML_QuickForm::addGroupRule()
Adds a validation rule for the given group of elements
- addOption
- in file select.php, method HTML_QuickForm_select::addOption()
Adds a new OPTION to the SELECT
- addRule
- in file QuickForm.php, method HTML_QuickForm::addRule()
Adds a validation rule for the given field
- apiVersion
- in file select.php, method HTML_QuickForm_select::apiVersion()
Returns the current API version
- apiVersion
- in file QuickForm.php, method HTML_QuickForm::apiVersion()
Returns the current API version
- apiVersion
- in file element.php, method HTML_QuickForm_element::apiVersion()
Returns the current API version
- apiVersion
- in file Common.php, method HTML_Common::apiVersion()
Returns the current API version
- applyFilter
- in file QuickForm.php, method HTML_QuickForm::applyFilter()
Applies a data filter for the given field(s)
- arrayMerge
- in file QuickForm.php, method HTML_QuickForm::arrayMerge()
Merges two arrays
top
top
top
e
- elementExists
- in file QuickForm.php, method HTML_QuickForm::elementExists()
Returns true if element is in the form
- errorMessage
- in file QuickForm.php, method HTML_QuickForm::errorMessage()
Return a textual error message for an QuickForm error code
- exportValue
- in file select.php, method HTML_QuickForm_select::exportValue()
We check the options and return only the values that _could_ have been
- exportValue
- in file static.php, method HTML_QuickForm_static::exportValue()
We override this here because we don't want any values from static elements
- exportValue
- in file submit.php, method HTML_QuickForm_submit::exportValue()
Only return the value if it is found within $submitValues (i.e. if
- exportValue
- in file xbutton.php, method HTML_QuickForm_xbutton::exportValue()
Returns a 'safe' element's value
- exportValue
- in file radio.php, method HTML_QuickForm_radio::exportValue()
Returns the value attribute if the radio is checked, null if it is not
- exportValue
- in file QuickForm.php, method HTML_QuickForm::exportValue()
Returns a 'safe' element's value
- exportValue
- in file input.php, method HTML_QuickForm_input::exportValue()
We don't need values from button-type elements (except submit) and files
- exportValue
- in file group.php, method HTML_QuickForm_group::exportValue()
As usual, to get the group's value we access its elements and call
- exportValue
- in file checkbox.php, method HTML_QuickForm_checkbox::exportValue()
Return true if the checkbox is checked, null if it is not checked (getValue() returns false)
- exportValue
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::exportValue()
This element has a value even if it is not checked, thus we override
- exportValue
- in file element.php, method HTML_QuickForm_element::exportValue()
Returns a 'safe' element's value
- exportValues
- in file QuickForm.php, method HTML_QuickForm::exportValues()
Returns 'safe' elements' values
top
f
- freeze
- in file QuickForm.php, method HTML_QuickForm::freeze()
Displays elements without HTML input tags
- freeze
- in file reset.php, method HTML_QuickForm_reset::freeze()
Freeze the element so that only its value is returned
- freeze
- in file submit.php, method HTML_QuickForm_submit::freeze()
Freeze the element so that only its value is returned
- freeze
- in file xbutton.php, method HTML_QuickForm_xbutton::freeze()
- freeze
- in file image.php, method HTML_QuickForm_image::freeze()
Freeze the element so that only its value is returned
- freeze
- in file hidden.php, method HTML_QuickForm_hidden::freeze()
Freeze the element so that only its value is returned
- freeze
- in file element.php, method HTML_QuickForm_element::freeze()
Freeze the element so that only its value is returned
- freeze
- in file file.php, method HTML_QuickForm_file::freeze()
Freeze the element so that only its value is returned
- freeze
- in file group.php, method HTML_QuickForm_group::freeze()
- freeze
- in file button.php, method HTML_QuickForm_button::freeze()
Freeze the element so that only its value is returned
top
g
- getAttribute
- in file Common.php, method HTML_Common::getAttribute()
Returns the value of the given attribute
- getAttributes
- in file Common.php, method HTML_Common::getAttributes()
Returns the assoc array (default) or string of attributes
- getChecked
- in file checkbox.php, method HTML_QuickForm_checkbox::getChecked()
Returns whether a checkbox is checked
- getChecked
- in file radio.php, method HTML_QuickForm_radio::getChecked()
Returns whether radio button is checked
- getComment
- in file Common.php, method HTML_Common::getComment()
Returns the HTML comment
- getElement
- in file QuickForm.php, method HTML_QuickForm::getElement()
Returns a reference to the element
- getElementError
- in file QuickForm.php, method HTML_QuickForm::getElementError()
Returns error corresponding to validated element
- getElementName
- in file group.php, method HTML_QuickForm_group::getElementName()
Returns the element name inside the group such as found in the html form
- getElements
- in file group.php, method HTML_QuickForm_group::getElements()
Gets the grouped elements
- getElementType
- in file QuickForm.php, method HTML_QuickForm::getElementType()
Returns the type of the given element
- getElementValue
- in file QuickForm.php, method HTML_QuickForm::getElementValue()
Returns the element's raw value
- getFrozenHtml
- in file xbutton.php, method HTML_QuickForm_xbutton::getFrozenHtml()
- getFrozenHtml
- in file group.php, method HTML_QuickForm_group::getFrozenHtml()
Returns the value of field without HTML tags
- getFrozenHtml
- in file password.php, method HTML_QuickForm_password::getFrozenHtml()
Returns the value of field without HTML tags (in this case, value is changed to a mask)
- getFrozenHtml
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getFrozenHtml()
Unlike checkbox, this has to append a hidden input in both
- getFrozenHtml
- in file select.php, method HTML_QuickForm_select::getFrozenHtml()
Returns the value of field without HTML tags
- getFrozenHtml
- in file checkbox.php, method HTML_QuickForm_checkbox::getFrozenHtml()
Returns the value of field without HTML tags
- getFrozenHtml
- in file radio.php, method HTML_QuickForm_radio::getFrozenHtml()
Returns the value of field without HTML tags
- getFrozenHtml
- in file textarea.php, method HTML_QuickForm_textarea::getFrozenHtml()
Returns the value of field without HTML tags (in this case, value is changed to a mask)
- getFrozenHtml
- in file element.php, method HTML_QuickForm_element::getFrozenHtml()
Returns the value of field without HTML tags
- getFrozenHtml
- in file link.php, method HTML_QuickForm_link::getFrozenHtml()
Returns the value of field without HTML tags (in this case, value is changed to a mask)
- getFrozenHtml
- in file static.php, method HTML_QuickForm_static::getFrozenHtml()
Returns the value of field without HTML tags
- getGroupType
- in file group.php, method HTML_QuickForm_group::getGroupType()
Gets the group type based on its elements Will return 'mixed' if elements contained in the group are of different types.
- getLabel
- in file element.php, method HTML_QuickForm_element::getLabel()
Returns display text for the element
- getMaxFileSize
- in file QuickForm.php, method HTML_QuickForm::getMaxFileSize()
Returns the value of MAX_FILE_SIZE hidden element
- getMultiple
- in file select.php, method HTML_QuickForm_select::getMultiple()
Returns the select mutiple attribute
- getName
- in file static.php, method HTML_QuickForm_static::getName()
Returns the element name
- getName
- in file select.php, method HTML_QuickForm_select::getName()
Returns the element name
- getName
- in file input.php, method HTML_QuickForm_input::getName()
Returns the element name
- getName
- in file xbutton.php, method HTML_QuickForm_xbutton::getName()
- getName
- in file link.php, method HTML_QuickForm_link::getName()
Returns the element name
- getName
- in file group.php, method HTML_QuickForm_group::getName()
Returns the group name
- getName
- in file textarea.php, method HTML_QuickForm_textarea::getName()
Returns the element name
- getName
- in file element.php, method HTML_QuickForm_element::getName()
Returns the element name
- getOnclickJs
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getOnclickJs()
Create the javascript for the onclick event which will set the value of the hidden field
- getPrivateName
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getPrivateName()
Gets the private name for the element
- getPrivateName
- in file select.php, method HTML_QuickForm_select::getPrivateName()
Returns the element name (possibly with brackets appended)
- getRegisteredRules
- in file QuickForm.php, method HTML_QuickForm::getRegisteredRules()
Returns an array of registered validation rules
- getRegisteredTypes
- in file QuickForm.php, method HTML_QuickForm::getRegisteredTypes()
Returns an array of registered element types
- getRequiredNote
- in file QuickForm.php, method HTML_QuickForm::getRequiredNote()
Returns the required note
- getSelected
- in file select.php, method HTML_QuickForm_select::getSelected()
Returns an array of the selected values
- getSize
- in file file.php, method HTML_QuickForm_file::getSize()
Returns size of file element
- getSize
- in file select.php, method HTML_QuickForm_select::getSize()
Returns the select field size
- getSubmitValue
- in file QuickForm.php, method HTML_QuickForm::getSubmitValue()
Returns the elements value after submit and filter
- getSubmitValues
- in file QuickForm.php, method HTML_QuickForm::getSubmitValues()
Returns the values submitted by the form
- getTabOffset
- in file Common.php, method HTML_Common::getTabOffset()
Returns the tabOffset
- getText
- in file radio.php, method HTML_QuickForm_radio::getText()
Returns the radio text
- getText
- in file checkbox.php, method HTML_QuickForm_checkbox::getText()
Returns the checkbox text
- getType
- in file element.php, method HTML_QuickForm_element::getType()
Returns element type
- getValidationScript
- in file QuickForm.php, method HTML_QuickForm::getValidationScript()
Returns the client side validation script
- getValue
- in file textarea.php, method HTML_QuickForm_textarea::getValue()
Returns the value of the form element
- getValue
- in file xbutton.php, method HTML_QuickForm_xbutton::getValue()
- getValue
- in file link.php, method HTML_QuickForm_link::getValue()
Returns the value of the form element
- getValue
- in file checkbox.php, method HTML_QuickForm_checkbox::getValue()
Returns the value of the form element
- getValue
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::getValue()
Returns the element's value
- getValue
- in file element.php, method HTML_QuickForm_element::getValue()
Returns the value of the form element
- getValue
- in file file.php, method HTML_QuickForm_file::getValue()
Returns information about the uploaded file
- getValue
- in file input.php, method HTML_QuickForm_input::getValue()
Returns the value of the form element
- getValue
- in file group.php, method HTML_QuickForm_group::getValue()
Returns the value of the group
- getValue
- in file select.php, method HTML_QuickForm_select::getValue()
Returns an array of the selected values
top
h
- HTML_Common
- in file Common.php, class HTML_Common
Base class for all HTML classes
- HTML_Common
- in file Common.php, method HTML_Common::HTML_Common()
Class constructor
- HTML_QuickForm
- in file QuickForm.php, method HTML_QuickForm::HTML_QuickForm()
Class constructor
- HTML_QuickForm
- in file QuickForm.php, class HTML_QuickForm
Create, validate and process HTML forms
- HTML_QuickForm_advcheckbox
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::HTML_QuickForm_advcheckbox()
Class constructor
- HTML_QuickForm_advcheckbox
- in file advcheckbox.php, class HTML_QuickForm_advcheckbox
HTML class for an advanced checkbox type field
- HTML_QuickForm_autocomplete
- in file autocomplete.php, method HTML_QuickForm_autocomplete::HTML_QuickForm_autocomplete()
Class constructor
- HTML_QuickForm_autocomplete
- in file autocomplete.php, class HTML_QuickForm_autocomplete
Class to dynamically create an HTML input text element that at every keypressed javascript event, check in an array of options if there's a match and autocomplete the text in case of match.
- HTML_QuickForm_button
- in file button.php, class HTML_QuickForm_button
HTML class for a button type element
- HTML_QuickForm_button
- in file button.php, method HTML_QuickForm_button::HTML_QuickForm_button()
Class constructor
- HTML_QuickForm_checkbox
- in file checkbox.php, class HTML_QuickForm_checkbox
HTML class for a checkbox type field
- HTML_QuickForm_checkbox
- in file checkbox.php, method HTML_QuickForm_checkbox::HTML_QuickForm_checkbox()
Class constructor
- HTML_QuickForm_date
- in file date.php, class HTML_QuickForm_date
Class for a group of elements used to input dates (and times).
- HTML_QuickForm_date
- in file date.php, method HTML_QuickForm_date::HTML_QuickForm_date()
Class constructor
- HTML_QuickForm_element
- in file element.php, method HTML_QuickForm_element::HTML_QuickForm_element()
Class constructor
- HTML_QuickForm_element
- in file element.php, class HTML_QuickForm_element
Base class for form elements
- HTML_QuickForm_file
- in file file.php, method HTML_QuickForm_file::HTML_QuickForm_file()
Class constructor
- HTML_QuickForm_file
- in file file.php, class HTML_QuickForm_file
HTML class for a file type element
- HTML_QuickForm_group
- in file group.php, method HTML_QuickForm_group::HTML_QuickForm_group()
Class constructor
- HTML_QuickForm_group
- in file group.php, class HTML_QuickForm_group
HTML class for a form element group
- HTML_QuickForm_header
- in file header.php, class HTML_QuickForm_header
A pseudo-element used for adding headers to form
- HTML_QuickForm_header
- in file header.php, method HTML_QuickForm_header::HTML_QuickForm_header()
Class constructor
- HTML_QuickForm_hidden
- in file hidden.php, method HTML_QuickForm_hidden::HTML_QuickForm_hidden()
Class constructor
- HTML_QuickForm_hidden
- in file hidden.php, class HTML_QuickForm_hidden
HTML class for a hidden type element
- HTML_QuickForm_hiddenselect
- in file hiddenselect.php, method HTML_QuickForm_hiddenselect::HTML_QuickForm_hiddenselect()
Class constructor
- HTML_QuickForm_hiddenselect
- in file hiddenselect.php, class HTML_QuickForm_hiddenselect
This class takes the same arguments as a select element, but instead
- HTML_QuickForm_hierselect
- in file hierselect.php, method HTML_QuickForm_hierselect::HTML_QuickForm_hierselect()
Class constructor
- HTML_QuickForm_hierselect
- in file hierselect.php, class HTML_QuickForm_hierselect
Class to dynamically create two or more HTML Select elements The first select changes the content of the second select and so on.
- HTML_QuickForm_html
- in file html.php, class HTML_QuickForm_html
A pseudo-element used for adding raw HTML to form
- HTML_QuickForm_html
- in file html.php, method HTML_QuickForm_html::HTML_QuickForm_html()
Class constructor
- HTML_QuickForm_image
- in file image.php, method HTML_QuickForm_image::HTML_QuickForm_image()
Class constructor
- HTML_QuickForm_image
- in file image.php, class HTML_QuickForm_image
HTML class for a image type element
- HTML_QuickForm_input
- in file input.php, method HTML_QuickForm_input::HTML_QuickForm_input()
Class constructor
- HTML_QuickForm_input
- in file input.php, class HTML_QuickForm_input
Base class for input form elements
- HTML_QuickForm_link
- in file link.php, class HTML_QuickForm_link
HTML class for a link type field
- HTML_QuickForm_link
- in file link.php, method HTML_QuickForm_link::HTML_QuickForm_link()
Class constructor
- HTML_QuickForm_password
- in file password.php, class HTML_QuickForm_password
HTML class for a password type field
- HTML_QuickForm_password
- in file password.php, method HTML_QuickForm_password::HTML_QuickForm_password()
Class constructor
- HTML_QuickForm_radio
- in file radio.php, method HTML_QuickForm_radio::HTML_QuickForm_radio()
Class constructor
- HTML_QuickForm_radio
- in file radio.php, class HTML_QuickForm_radio
HTML class for a radio type element
- HTML_QuickForm_reset
- in file reset.php, method HTML_QuickForm_reset::HTML_QuickForm_reset()
Class constructor
- HTML_QuickForm_reset
- in file reset.php, class HTML_QuickForm_reset
HTML class for a reset type element
- HTML_QuickForm_select
- in file select.php, method HTML_QuickForm_select::HTML_QuickForm_select()
Class constructor
- HTML_QuickForm_select
- in file select.php, class HTML_QuickForm_select
Class to dynamically create an HTML SELECT
- HTML_QuickForm_static
- in file static.php, method HTML_QuickForm_static::HTML_QuickForm_static()
Class constructor
- HTML_QuickForm_static
- in file static.php, class HTML_QuickForm_static
HTML class for static data
- HTML_QuickForm_submit
- in file submit.php, method HTML_QuickForm_submit::HTML_QuickForm_submit()
Class constructor
- HTML_QuickForm_submit
- in file submit.php, class HTML_QuickForm_submit
HTML class for a submit type element
- HTML_QuickForm_text
- in file text.php, method HTML_QuickForm_text::HTML_QuickForm_text()
Class constructor
- HTML_QuickForm_text
- in file text.php, class HTML_QuickForm_text
HTML class for a text field
- HTML_QuickForm_textarea
- in file textarea.php, method HTML_QuickForm_textarea::HTML_QuickForm_textarea()
Class constructor
- HTML_QuickForm_textarea
- in file textarea.php, class HTML_QuickForm_textarea
HTML class for a textarea type field
- HTML_QuickForm_xbutton
- in file xbutton.php, method HTML_QuickForm_xbutton::HTML_QuickForm_xbutton()
Class constructor
- HTML_QuickForm_xbutton
- in file xbutton.php, class HTML_QuickForm_xbutton
Class for HTML 4.0 <button> element
top
i
- insertElementBefore
- in file QuickForm.php, method HTML_QuickForm::insertElementBefore()
Inserts a new element right before the other element
- isElementFrozen
- in file QuickForm.php, method HTML_QuickForm::isElementFrozen()
Returns whether or not the form element is frozen
- isElementRequired
- in file QuickForm.php, method HTML_QuickForm::isElementRequired()
Returns whether or not the form element is required
- isError
- in file QuickForm.php, method HTML_QuickForm::isError()
Tell whether a result from a QuickForm method is an error (an instance of HTML_QuickForm_Error)
- isFrozen
- in file QuickForm.php, method HTML_QuickForm::isFrozen()
Returns whether or not the whole form is frozen
- isFrozen
- in file element.php, method HTML_QuickForm_element::isFrozen()
Returns whether or not the element is frozen
- isRuleRegistered
- in file QuickForm.php, method HTML_QuickForm::isRuleRegistered()
Returns whether or not the given rule is supported
- isSubmitted
- in file QuickForm.php, method HTML_QuickForm::isSubmitted()
Tells whether the form was already submitted
- isTypeRegistered
- in file QuickForm.php, method HTML_QuickForm::isTypeRegistered()
Returns whether or not the form element type is supported
- isUploadedFile
- in file file.php, method HTML_QuickForm_file::isUploadedFile()
Checks if the element contains an uploaded file
top
top
top
o
- onQuickFormEvent
- in file radio.php, method HTML_QuickForm_radio::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file input.php, method HTML_QuickForm_input::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file select.php, method HTML_QuickForm_select::onQuickFormEvent()
- onQuickFormEvent
- in file static.php, method HTML_QuickForm_static::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file xbutton.php, method HTML_QuickForm_xbutton::onQuickFormEvent()
- onQuickFormEvent
- in file hierselect.php, method HTML_QuickForm_hierselect::onQuickFormEvent()
- onQuickFormEvent
- in file group.php, method HTML_QuickForm_group::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file checkbox.php, method HTML_QuickForm_checkbox::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file date.php, method HTML_QuickForm_date::onQuickFormEvent()
- onQuickFormEvent
- in file element.php, method HTML_QuickForm_element::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file file.php, method HTML_QuickForm_file::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
- onQuickFormEvent
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::onQuickFormEvent()
Called by HTML_QuickForm whenever form event is made on this element
top
top
top
s
- setAlign
- in file image.php, method HTML_QuickForm_image::setAlign()
Sets alignment for image element
- setAttribute
- in file Common.php, method HTML_Common::setAttribute()
Sets the value of the attribute
- setAttributes
- in file Common.php, method HTML_Common::setAttributes()
Sets the HTML attributes
- setBorder
- in file image.php, method HTML_QuickForm_image::setBorder()
Sets border size for image element
- setChecked
- in file radio.php, method HTML_QuickForm_radio::setChecked()
Sets whether radio button is checked
- setChecked
- in file checkbox.php, method HTML_QuickForm_checkbox::setChecked()
Sets whether a checkbox is checked
- setCols
- in file textarea.php, method HTML_QuickForm_textarea::setCols()
Sets width in cols for textarea element
- setComment
- in file Common.php, method HTML_Common::setComment()
Sets the HTML comment to be displayed at the beginning of the HTML string
- setConstants
- in file QuickForm.php, method HTML_QuickForm::setConstants()
Initializes constant form values.
- setContent
- in file xbutton.php, method HTML_QuickForm_xbutton::setContent()
Sets the contents of the button element
- setDatasource
- in file QuickForm.php, method HTML_QuickForm::setDatasource()
Sets a datasource object for this form object
- setDefaults
- in file QuickForm.php, method HTML_QuickForm::setDefaults()
Initializes default form values
- setElementError
- in file QuickForm.php, method HTML_QuickForm::setElementError()
Set error message for a form element
- setElements
- in file group.php, method HTML_QuickForm_group::setElements()
Sets the grouped elements
- setHref
- in file link.php, method HTML_QuickForm_link::setHref()
Sets the links href
- setJsWarnings
- in file QuickForm.php, method HTML_QuickForm::setJsWarnings()
Sets JavaScript warning messages
- setLabel
- in file element.php, method HTML_QuickForm_element::setLabel()
Sets display text for the element
- setLineEnd
- in file Common.php, method HTML_Common::setLineEnd()
Sets the line end style to Windows, Mac, Unix or a custom string.
- setMainOptions
- in file hierselect.php, method HTML_QuickForm_hierselect::setMainOptions()
Sets the options for the first select element. Deprecated. setOptions() should be used.
- setMaxFileSize
- in file QuickForm.php, method HTML_QuickForm::setMaxFileSize()
Sets the value of MAX_FILE_SIZE hidden element
- setMaxlength
- in file text.php, method HTML_QuickForm_text::setMaxlength()
Sets maxlength of text field
- setMaxlength
- in file password.php, method HTML_QuickForm_password::setMaxlength()
Sets maxlength of password element
- setMultiple
- in file select.php, method HTML_QuickForm_select::setMultiple()
Sets the select mutiple attribute
- setName
- in file xbutton.php, method HTML_QuickForm_xbutton::setName()
- setName
- in file input.php, method HTML_QuickForm_input::setName()
Sets the input field name
- setName
- in file link.php, method HTML_QuickForm_link::setName()
Sets the input field name
- setName
- in file textarea.php, method HTML_QuickForm_textarea::setName()
Sets the input field name
- setName
- in file static.php, method HTML_QuickForm_static::setName()
Sets the element name
- setName
- in file group.php, method HTML_QuickForm_group::setName()
Sets the group name
- setName
- in file element.php, method HTML_QuickForm_element::setName()
Sets the input field name
- setName
- in file select.php, method HTML_QuickForm_select::setName()
Sets the input field name
- setOptions
- in file hierselect.php, method HTML_QuickForm_hierselect::setOptions()
Initialize the array structure containing the options for each select element.
- setOptions
- in file autocomplete.php, method HTML_QuickForm_autocomplete::setOptions()
Sets the options for the autocomplete input text element
- setPersistantFreeze
- in file group.php, method HTML_QuickForm_group::setPersistantFreeze()
- setPersistantFreeze
- in file element.php, method HTML_QuickForm_element::setPersistantFreeze()
Sets wether an element value should be kept in an hidden field when the element is frozen or not
- setRequiredNote
- in file QuickForm.php, method HTML_QuickForm::setRequiredNote()
Sets required-note
- setRows
- in file textarea.php, method HTML_QuickForm_textarea::setRows()
Sets height in rows for textarea element
- setSecOptions
- in file hierselect.php, method HTML_QuickForm_hierselect::setSecOptions()
Sets the options for the second select element. Deprecated. setOptions() should be used.
- setSelected
- in file select.php, method HTML_QuickForm_select::setSelected()
Sets the default values of the select box
- setSize
- in file select.php, method HTML_QuickForm_select::setSize()
Sets the select field size, only applies to 'multiple' selects
- setSize
- in file password.php, method HTML_QuickForm_password::setSize()
Sets size of password element
- setSize
- in file text.php, method HTML_QuickForm_text::setSize()
Sets size of text field
- setSize
- in file file.php, method HTML_QuickForm_file::setSize()
Sets size of file element
- setSource
- in file image.php, method HTML_QuickForm_image::setSource()
Sets source for image element
- setTab
- in file Common.php, method HTML_Common::setTab()
Sets the string used to indent HTML
- setTabOffset
- in file Common.php, method HTML_Common::setTabOffset()
Sets the tab offset
- setText
- in file checkbox.php, method HTML_QuickForm_checkbox::setText()
Sets the checkbox text
- setText
- in file static.php, method HTML_QuickForm_static::setText()
Sets the text
- setText
- in file radio.php, method HTML_QuickForm_radio::setText()
Sets the radio text
- setType
- in file input.php, method HTML_QuickForm_input::setType()
Sets the element type
- setValue
- in file xbutton.php, method HTML_QuickForm_xbutton::setValue()
- setValue
- in file static.php, method HTML_QuickForm_static::setValue()
Sets the text (uses the standard setValue call to emulate a form element.
- setValue
- in file textarea.php, method HTML_QuickForm_textarea::setValue()
Sets value for textarea element
- setValue
- in file input.php, method HTML_QuickForm_input::setValue()
Sets the value of the form element
- setValue
- in file element.php, method HTML_QuickForm_element::setValue()
Sets the value of the form element
- setValue
- in file date.php, method HTML_QuickForm_date::setValue()
- setValue
- in file checkbox.php, method HTML_QuickForm_checkbox::setValue()
Sets the value of the form element
- setValue
- in file select.php, method HTML_QuickForm_select::setValue()
Sets the value of the form element
- setValue
- in file file.php, method HTML_QuickForm_file::setValue()
Sets value for file element.
- setValue
- in file link.php, method HTML_QuickForm_link::setValue()
Sets value for textarea element
- setValue
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValue()
Sets the element's value
- setValue
- in file group.php, method HTML_QuickForm_group::setValue()
Sets values for group's elements
- setValue
- in file hierselect.php, method HTML_QuickForm_hierselect::setValue()
Sets values for group's elements
- setValues
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::setValues()
Sets the values used by the hidden element
- setWrap
- in file textarea.php, method HTML_QuickForm_textarea::setWrap()
Sets wrap type for textarea element
top
t
- toArray
- in file QuickForm.php, method HTML_QuickForm::toArray()
Returns the form's contents in an array.
- toHtml
- in file radio.php, method HTML_QuickForm_radio::toHtml()
Returns the radio element in HTML
- toHtml
- in file QuickForm.php, method HTML_QuickForm::toHtml()
Returns an HTML version of the form
- toHtml
- in file select.php, method HTML_QuickForm_select::toHtml()
Returns the SELECT in HTML
- toHtml
- in file static.php, method HTML_QuickForm_static::toHtml()
Returns the static text element in HTML
- toHtml
- in file xbutton.php, method HTML_QuickForm_xbutton::toHtml()
- toHtml
- in file textarea.php, method HTML_QuickForm_textarea::toHtml()
Returns the textarea element in HTML
- toHtml
- in file link.php, method HTML_QuickForm_link::toHtml()
Returns the textarea element in HTML
- toHtml
- in file input.php, method HTML_QuickForm_input::toHtml()
Returns the input field in HTML
- toHtml
- in file Common.php, method HTML_Common::toHtml()
Abstract method. Must be extended to return the objects HTML
- toHtml
- in file checkbox.php, method HTML_QuickForm_checkbox::toHtml()
Returns the checkbox element in HTML
- toHtml
- in file autocomplete.php, method HTML_QuickForm_autocomplete::toHtml()
Returns Html for the autocomplete input text element
- toHtml
- in file date.php, method HTML_QuickForm_date::toHtml()
- toHtml
- in file group.php, method HTML_QuickForm_group::toHtml()
Returns Html for the group
- toHtml
- in file hierselect.php, method HTML_QuickForm_hierselect::toHtml()
- toHtml
- in file hiddenselect.php, method HTML_QuickForm_hiddenselect::toHtml()
Returns the SELECT in HTML
- toHtml
- in file advcheckbox.php, method HTML_QuickForm_advcheckbox::toHtml()
Returns the checkbox element in HTML and the additional hidden element in HTML
top
top
top
|
|