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

Element index for package formelements

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

_

__construct
in file HtmlForm.FormElement.absclass.php, method FormElement::__construct()
    General abstract, hidden formelement constructor.
__construct
in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.AlignBlock.class.php, method AlignBlock::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputSubmit.class.php, method InputSubmit::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputReset.class.php, method InputReset::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputImage.class.php, method InputImage::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputButton.class.php, method InputButton::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.Label.class.php, method Label::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.Select.class.php, method Select::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputText.class.php, method InputText::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputFile.class.php, method InputFile::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputPassword.class.php, method InputPassword::__construct()
    Hidden constructor.
__construct
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::__construct()
    Hidden constructor.
top

a

addCssClasses
in file HtmlForm.FormElement.absclass.php, method FormElement::addCssClasses()
    Adds one or many css-classes to the element's class-attribute.
addElement
in file HtmlForm.FormElement.absclass.php, method FormElement::addElement()
    Adds a subelement to the element.
AlignBlock
in file HtmlForm.FormElement.AlignBlock.class.php, class AlignBlock
    This formelement fulfills the purpose of being a visual gatherer for other formelements.
top

b

BUTTONCLASS
in file HtmlForm.FormElement.JsDateTime.class.php, class constant JsDateTime::BUTTONCLASS
    css-class for the calendar-button
top

c

$cssClasses
in file HtmlForm.FormElement.absclass.php, variable FormElement::$cssClasses
    The html-class-string of the element.
$caption
in file HtmlForm.FormElement.InputSubmit.class.php, variable InputSubmit::$caption
    the button caption
$caption
in file HtmlForm.FormElement.InputButton.class.php, variable InputButton::$caption
    the button-caption
CustomHtml
in file HtmlForm.FormElement.CustomHtml.class.php, class CustomHtml
    CustomHtml is a formelement to provide a container for custom html-content to be used inside a form.
$cols
in file HtmlForm.FormElement.TextArea.class.php, variable TextArea::$cols
    the amount of characters to display horizontally, defines visual width as well
top

d

$disabled
in file HtmlForm.FormElement.absclass.php, variable FormElement::$disabled
    The html-enabled-state of the element.
determineRefiller
in file HtmlForm.FormElement.absclass.php, method FormElement::determineRefiller()
    Returns the supposed source of refill values.
doRender
in file HtmlForm.FormElement.absclass.php, method FormElement::doRender()
    Returns the compiled html-code for the element.
doRender
in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::doRender()
    Compiles and returns the html-fragment for the element including all subelements.
doRender
in file HtmlForm.FormElement.AlignBlock.class.php, method AlignBlock::doRender()
    Compiles and returns the html-fragment for the element including all subelements.
doRender
in file HtmlForm.FormElement.InputSubmit.class.php, method InputSubmit::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputReset.class.php, method InputReset::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputImage.class.php, method InputImage::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputButton.class.php, method InputButton::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.Label.class.php, method Label::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.Select.class.php, method Select::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.SelectList.class.php, method SelectList::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputText.class.php, method InputText::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputFile.class.php, method InputFile::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputPassword.class.php, method InputPassword::doRender()
    Compiles and returns the html-fragment for the element.
doRender
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::doRender()
    Compiles and returns the html-fragment for the element.
top

e

ERRORCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::ERRORCLASS
    css-class for marking an element as invalid as specified by it's validator
top

f

FormElement
in file HtmlForm.FormElement.absclass.php, class FormElement
    Abstract parent class for all widgets / elements contained in a form-object.
FieldSet
in file HtmlForm.FormElement.FieldSet.class.php, class FieldSet
    FieldSet provides the means to group formelements in a HtmlForm by using normal html-fieldsets.
top

g

getId
in file HtmlForm.FormElement.absclass.php, method FormElement::getId()
    Return the element's html-id.
getLabel
in file HtmlForm.FormElement.absclass.php, method FormElement::getLabel()
    Return the element's label text.
getMasterElement
in file HtmlForm.FormElement.absclass.php, method FormElement::getMasterElement()
    Return the currently connected owner element for the element.
getMasterForm
in file HtmlForm.FormElement.absclass.php, method FormElement::getMasterForm()
    Returns the currently connected owner form for the element.
getName
in file HtmlForm.FormElement.absclass.php, method FormElement::getName()
    Return the element's html-name.
getSubElements
in file HtmlForm.FormElement.absclass.php, method FormElement::getSubElements()
    Return all owned elements of this element.
getTitle
in file HtmlForm.FormElement.absclass.php, method FormElement::getTitle()
    Return the element's html-title.
getValidator
in file HtmlForm.FormElement.absclass.php, method FormElement::getValidator()
    Return the currently connected validator for the element.
getValue
in file HtmlForm.FormElement.absclass.php, method FormElement::getValue()
    Returns the value of the element if there is any.
getValueSet
in file HtmlForm.FormElement.absclass.php, method FormElement::getValueSet()
    Returns the compiled valueset for this element including the elements owned by this one.
get
in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::get()
    Factory method for FieldSet, returns new instance.
get
in file HtmlForm.FormElement.AlignBlock.class.php, method AlignBlock::get()
    Factory method for AlignBlock, returns new instance.
getValue
in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::getValue()
    Since FieldSet doesn't hold any value, this method will always return null.
getValue
in file HtmlForm.FormElement.AlignBlock.class.php, method AlignBlock::getValue()
    Since AlignBlock doesn't hold any value, this method will always return null.
get
in file HtmlForm.FormElement.InputButton.class.php, method InputButton::get()
    Factory method for InputButton, returns new instance.
get
in file HtmlForm.FormElement.InputImage.class.php, method InputImage::get()
    Factory method for InputImage, returns new instance.
get
in file HtmlForm.FormElement.InputSubmit.class.php, method InputSubmit::get()
    Factory method for InputSubmit, returns new instance.
get
in file HtmlForm.FormElement.InputReset.class.php, method InputReset::get()
    Factory method for InputReset, returns new instance.
getCoords
in file HtmlForm.FormElement.InputImage.class.php, method InputImage::getCoords()
    Returns the clicked coordinates on the image-submit button.
getValue
in file HtmlForm.FormElement.InputSubmit.class.php, method InputSubmit::getValue()
    Returns if the submit-button was used for the last occurred form-submit.
getValue
in file HtmlForm.FormElement.InputButton.class.php, method InputButton::getValue()
    Since InputButton doesn't hold any value, this method will always return null.
getValue
in file HtmlForm.FormElement.InputImage.class.php, method InputImage::getValue()
    Returns if the image_submit-button was used for the last occurred form-submit.
get
in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::get()
    Factory method for CustomHtml, returns new instance.
get
in file HtmlForm.FormElement.Label.class.php, method Label::get()
    Factory method for Label, returns new instance.
getInline
in file HtmlForm.FormElement.Label.class.php, method Label::getInline()
    Special factory-method for labels to be displayed inline, and not in a own wrapping element.
getValue
in file HtmlForm.FormElement.Label.class.php, method Label::getValue()
    Since Label doesn't hold any value, this method will always return null.
getValue
in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::getValue()
    Since CustomHtml doesn't hold any value, this method will always return null.
get
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::get()
    Factory method for InputRadio, returns new instance.
get
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::get()
    Factory method for InputCheckbox, returns new instance.
get
in file HtmlForm.FormElement.InputText.class.php, method InputText::get()
    Factory method for InputText, returns new instance.
get
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::get()
    Factory method for JsDateTime, returns new instance.
get
in file HtmlForm.FormElement.InputPassword.class.php, method InputPassword::get()
    Factory method for InputPassword, returns new instance.
get
in file HtmlForm.FormElement.SelectList.class.php, method SelectList::get()
    Factory method for SelectList, returns new instance.
get
in file HtmlForm.FormElement.InputFile.class.php, method InputFile::get()
    Factory method for InputFile, returns new instance.
get
in file HtmlForm.FormElement.Select.class.php, method Select::get()
    Factory method for Select, returns new instance.
get
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::get()
    Factory method for TextArea, returns new instance.
get
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::get()
    Factory method for InputHidden, returns new instance.
getValue
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::getValue()
    Returns the current value of the element.
getValue
in file HtmlForm.FormElement.Select.class.php, method Select::getValue()
    Returns the current value of the element.
getValue
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::getValue()
    Returns the current value of the element.
getValue
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::getValue()
    Returns the current value of the element.
getValue
in file HtmlForm.FormElement.InputFile.class.php, method InputFile::getValue()
    Returns the current value of the element.
getValue
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::getValue()
    Returns the currently set value of the element.
getValue
in file HtmlForm.FormElement.InputText.class.php, method InputText::getValue()
    Returns the current value of the element.
top

h

HtmlForm.FormElement.absclass.php
procedural page HtmlForm.FormElement.absclass.php
HtmlForm.FormElement.AlignBlock.class.php
procedural page HtmlForm.FormElement.AlignBlock.class.php
HtmlForm.FormElement.FieldSet.class.php
procedural page HtmlForm.FormElement.FieldSet.class.php
HtmlForm.FormElement.InputButton.class.php
procedural page HtmlForm.FormElement.InputButton.class.php
HtmlForm.FormElement.InputImage.class.php
procedural page HtmlForm.FormElement.InputImage.class.php
HtmlForm.FormElement.InputReset.class.php
procedural page HtmlForm.FormElement.InputReset.class.php
HtmlForm.FormElement.InputSubmit.class.php
procedural page HtmlForm.FormElement.InputSubmit.class.php
HtmlForm.FormElement.CustomHtml.class.php
procedural page HtmlForm.FormElement.CustomHtml.class.php
HtmlForm.FormElement.Label.class.php
procedural page HtmlForm.FormElement.Label.class.php
HtmlForm.FormElement.InputCheckbox.class.php
procedural page HtmlForm.FormElement.InputCheckbox.class.php
HtmlForm.FormElement.InputFile.class.php
procedural page HtmlForm.FormElement.InputFile.class.php
HtmlForm.FormElement.InputHidden.class.php
procedural page HtmlForm.FormElement.InputHidden.class.php
HtmlForm.FormElement.InputPassword.class.php
procedural page HtmlForm.FormElement.InputPassword.class.php
HtmlForm.FormElement.InputRadio.class.php
procedural page HtmlForm.FormElement.InputRadio.class.php
HtmlForm.FormElement.InputText.class.php
procedural page HtmlForm.FormElement.InputText.class.php
HtmlForm.FormElement.JsDateTime.class.php
procedural page HtmlForm.FormElement.JsDateTime.class.php
HtmlForm.FormElement.Select.class.php
procedural page HtmlForm.FormElement.Select.class.php
HtmlForm.FormElement.SelectList.class.php
procedural page HtmlForm.FormElement.SelectList.class.php
HtmlForm.FormElement.TextArea.class.php
procedural page HtmlForm.FormElement.TextArea.class.php
top

i

$id
in file HtmlForm.FormElement.absclass.php, variable FormElement::$id
    The html-id of the element.
$isValid
in file HtmlForm.FormElement.absclass.php, variable FormElement::$isValid
    The validity status of the element.
insertElementAfter
in file HtmlForm.FormElement.absclass.php, method FormElement::insertElementAfter()
    Searches the subelements of the element if present and inserts a given element after the first found one.
isValid
in file HtmlForm.FormElement.absclass.php, method FormElement::isValid()
    Answers if the element is in a valid state at the moment.
InputButton
in file HtmlForm.FormElement.InputButton.class.php, class InputButton
    Wraps a common form-button.
InputImage
in file HtmlForm.FormElement.InputImage.class.php, class InputImage
    Wraps an image-form-submit-button.
InputReset
in file HtmlForm.FormElement.InputReset.class.php, class InputReset
    Wraps a form-reset-button.
InputSubmit
in file HtmlForm.FormElement.InputSubmit.class.php, class InputSubmit
    Wraps a form-submit-button.
InputCheckbox
in file HtmlForm.FormElement.InputCheckbox.class.php, class InputCheckbox
    Wraps a group of checkboxes.
InputFile
in file HtmlForm.FormElement.InputFile.class.php, class InputFile
    Wraps a file-upload text-input.
InputHidden
in file HtmlForm.FormElement.InputHidden.class.php, class InputHidden
    Wraps a hidden input.
InputPassword
in file HtmlForm.FormElement.InputPassword.class.php, class InputPassword
    Wraps a password-text-input.
InputRadio
in file HtmlForm.FormElement.InputRadio.class.php, class InputRadio
    Wraps a group of radiobuttons.
InputText
in file HtmlForm.FormElement.InputText.class.php, class InputText
    Wraps a standard text-input.
isDisabledOption
in file HtmlForm.FormElement.Select.class.php, method Select::isDisabledOption()
isSelectedOption
in file HtmlForm.FormElement.Select.class.php, method Select::isSelectedOption()
top

j

$jsEventHandler
in file HtmlForm.FormElement.absclass.php, variable FormElement::$jsEventHandler
    Complete attribute string for a standard javascript-tag-eventhandler such as "onclick".
JSENABLEDCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::JSENABLEDCLASS
    css-class for marking an element as enabled for js-validation
JsDateTime
in file HtmlForm.FormElement.JsDateTime.class.php, class JsDateTime
    Wraps a standard text-input adapted and expanded to work as a date-time-picker.
top

l

$label
in file HtmlForm.FormElement.absclass.php, variable FormElement::$label
    The text of the element label.
Label
in file HtmlForm.FormElement.Label.class.php, class Label
    Wraps a label for the use in the direct vicinity of a formelement.
top

m

$masterElement
in file HtmlForm.FormElement.absclass.php, variable FormElement::$masterElement
    The element into which the element has been inserted, if this was the case.
$masterForm
in file HtmlForm.FormElement.absclass.php, variable FormElement::$masterForm
    The form to which the element belongs.
MANDATORYCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::MANDATORYCLASS
    css-class for marking an element as mandatory, if it is defined as such by a validator
$maxLength
in file HtmlForm.FormElement.InputText.class.php, variable InputText::$maxLength
    maximum amount of characters that can be inserted into the input, if the number is reached no further characters can be added
$multiple
in file HtmlForm.FormElement.Select.class.php, variable Select::$multiple
top

n

$name
in file HtmlForm.FormElement.absclass.php, variable FormElement::$name
    The html-name of the element.
needsUtf8Safety
in file HtmlForm.FormElement.absclass.php, method FormElement::needsUtf8Safety()
    Answers if the element needs to be treated with precautions according to possible utf-8 values.
top

o

OPTIONALCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::OPTIONALCLASS
    css-class for marking an element as optional, if it is defined as such by a validator
$optGroups
in file HtmlForm.FormElement.Select.class.php, variable Select::$optGroups
$optionCssClasses
in file HtmlForm.FormElement.Select.class.php, variable Select::$optionCssClasses
$options
in file HtmlForm.FormElement.Select.class.php, variable Select::$options
$optionTitles
in file HtmlForm.FormElement.Select.class.php, variable Select::$optionTitles
OPTGROUP_CLASS
in file HtmlForm.FormElement.SelectList.class.php, class constant SelectList::OPTGROUP_CLASS
OPTION_CLASS
in file HtmlForm.FormElement.SelectList.class.php, class constant SelectList::OPTION_CLASS
top

p

printCssClasses
in file HtmlForm.FormElement.absclass.php, method FormElement::printCssClasses()
    Compiles the html-class-attribute-string of the element.
printDisabled
in file HtmlForm.FormElement.absclass.php, method FormElement::printDisabled()
    Compiles the html-disabled-attribute-string of the element.
printId
in file HtmlForm.FormElement.absclass.php, method FormElement::printId()
    Compiles the html-id-attribute-string of the element.
printJavascriptEventHandler
in file HtmlForm.FormElement.absclass.php, method FormElement::printJavascriptEventHandler()
    Compiles html-javascript-eventhandler-string of the element.
printJavascriptValidationCode
in file HtmlForm.FormElement.absclass.php, method FormElement::printJavascriptValidationCode()
    Grabs the compiled JS-validation-code for the element from its validator, if present and returns the code as a string.
printMessages
in file HtmlForm.FormElement.absclass.php, method FormElement::printMessages()
    Returns a string of all aggregated error messages of the element.
printName
in file HtmlForm.FormElement.absclass.php, method FormElement::printName()
    Compiles the html-name-string of the element.
printNameArray
in file HtmlForm.FormElement.absclass.php, method FormElement::printNameArray()
    Comiles the html-name-string of the element, if the element is part of a group of values.
printTabIndex
in file HtmlForm.FormElement.absclass.php, method FormElement::printTabIndex()
    Calculates current ongoing tabindex of the form, refreshes it and returns the proper value for the element.
printTitle
in file HtmlForm.FormElement.absclass.php, method FormElement::printTitle()
    Compiles the html-title-string of the element.
printWrapperClasses
in file HtmlForm.FormElement.absclass.php, method FormElement::printWrapperClasses()
    Compiles a string of all classes for the tag-wrapper for the element's html-code.
printCols
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::printCols()
    Compiles and returns the html-cols-attribute for the element.
printMaxLength
in file HtmlForm.FormElement.InputText.class.php, method InputText::printMaxLength()
    Compiles and returns the html-maxlength-attribute for the element.
printReadonly
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::printReadonly()
    Compiles and returns the html-readonly-attribute for the element.
printReadonly
in file HtmlForm.FormElement.InputText.class.php, method InputText::printReadonly()
    Compiles and returns the html-readonly-attribute for the element.
printRows
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::printRows()
    Compiles and returns the html-rows-attribute for the element.
printSize
in file HtmlForm.FormElement.InputText.class.php, method InputText::printSize()
    Compiles and returns the html-size-attribute for the element.
top

r

$readonly
in file HtmlForm.FormElement.InputText.class.php, variable InputText::$readonly
    defines if the input is in read-only-state or not
$readonly
in file HtmlForm.FormElement.TextArea.class.php, variable TextArea::$readonly
    defines if the input is in read-only-state or not
$rows
in file HtmlForm.FormElement.TextArea.class.php, variable TextArea::$rows
    the amount of lines to display vertically, defines visual height as well
refill
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::refill()
    Tries to refill the selecte option from existing data.
refill
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::refill()
    Tries to refill the element-value from existing data.
refill
in file HtmlForm.FormElement.Select.class.php, method Select::refill()
    Tries to refill the selected options from existing data.
refill
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::refill()
    Tries to refill the element-value from existing data.
refill
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::refill()
    Tries to refill the selected options from existing data.
refill
in file HtmlForm.FormElement.InputText.class.php, method InputText::refill()
    Tries to refill the element-value from existing data.
top

s

$subElements
in file HtmlForm.FormElement.absclass.php, variable FormElement::$subElements
    The subelements of the element if the element has container character.
setCssClasses
in file HtmlForm.FormElement.absclass.php, method FormElement::setCssClasses()
    Sets the html-class-attribute for the element.
setDisabled
in file HtmlForm.FormElement.absclass.php, method FormElement::setDisabled()
    Set the element disabled.
setId
in file HtmlForm.FormElement.absclass.php, method FormElement::setId()
    Sets the html-id for this element.
setJavascriptEventHandler
in file HtmlForm.FormElement.absclass.php, method FormElement::setJavascriptEventHandler()
    Sets a javascript-handler for the element.
setLabel
in file HtmlForm.FormElement.absclass.php, method FormElement::setLabel()
    Inserts a label for the element.
setMasterElement
in file HtmlForm.FormElement.absclass.php, method FormElement::setMasterElement()
    Sets the owning element for an element.
setMasterForm
in file HtmlForm.FormElement.absclass.php, method FormElement::setMasterForm()
    Sets the owning form for an element and by doing so inserts the element into the logical structure of the form.
setTitle
in file HtmlForm.FormElement.absclass.php, method FormElement::setTitle()
    Sets the html-title for this element.
setUsable
in file HtmlForm.FormElement.absclass.php, method FormElement::setUsable()
    Set the element usables or disabled based on an expression.
setValidator
in file HtmlForm.FormElement.absclass.php, method FormElement::setValidator()
    Sets a validator for a value-bearing element.
setLegend
in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::setLegend()
    Set the legend/caption the fieldset should display.
setCaption
in file HtmlForm.FormElement.InputButton.class.php, method InputButton::setCaption()
    Sets the button-caption.
setCaption
in file HtmlForm.FormElement.InputSubmit.class.php, method InputSubmit::setCaption()
    Sets the button-caption.
setSrc
in file HtmlForm.FormElement.InputImage.class.php, method InputImage::setSrc()
    Sets the image-source-url for the image of the image-submit.
setHtml
in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::setHtml()
    Sets the html-content to wrap into the element.
setInline
in file HtmlForm.FormElement.Label.class.php, method Label::setInline()
    Sets the element to inline-mode, where no wrapping container is rendered, but only the pure label-tag.
$selected
in file HtmlForm.FormElement.Select.class.php, variable Select::$selected
$size
in file HtmlForm.FormElement.Select.class.php, variable Select::$size
$size
in file HtmlForm.FormElement.InputText.class.php, variable InputText::$size
    amount of characters the input should hold horizontally, defines visual width as well
$subDisabled
in file HtmlForm.FormElement.Select.class.php, variable Select::$subDisabled
Select
in file HtmlForm.FormElement.Select.class.php, class Select
    Wraps a select.
SelectList
in file HtmlForm.FormElement.SelectList.class.php, class SelectList
    Constitutes a Select-replacement made of a list of labeled radiobuttons/checkboxes.
SELECT_CLASS
in file HtmlForm.FormElement.SelectList.class.php, class constant SelectList::SELECT_CLASS
setAccept
in file HtmlForm.FormElement.InputFile.class.php, method InputFile::setAccept()
    Sets the file-accept type of the element.
setAmPmTime
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setAmPmTime()
    Tells the picker to use american AMPM-time-format instead of iso-counting.
setArrowSelection
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setArrowSelection()
    Tells the picker to use arrows for month-, year-selection and so forth, instead of selects.
setCols
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setCols()
    Sets the amount of characters to display horizontally, defines visual width as well
setDateFormat
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setDateFormat()
    Set a date format to be used by the picker.
setDisabled
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setDisabled()
    Set the element disabled, or set single options disabled.
setDisabled
in file HtmlForm.FormElement.Select.class.php, method Select::setDisabled()
    Set the element disabled, or set single options disabled.
setDisabled
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setDisabled()
    Set the element disabled, or set single options disabled.
setDropDownSelection
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setDropDownSelection()
    Tells the picker to use selects for month-, year-selection and so forth, instead of arrows.
setIsoTime
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setIsoTime()
    Tells the picker to use 24h-iso-counting for the time.
setJsConfig
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setJsConfig()
    Set a configuration object for the element.
setJsConfigVars
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setJsConfigVars()
    Set several configuration vars for the element.
setMaxLength
in file HtmlForm.FormElement.InputText.class.php, method InputText::setMaxLength()
    Sets the maximum amount of characters that can be inserted into the input.
setMultiple
in file HtmlForm.FormElement.Select.class.php, method Select::setMultiple()
    Set the select to being a multi-select.
setOptionCssClasses
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setOptionCssClasses()
    Sets css-classes to set for the options.
setOptionCssClasses
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setOptionCssClasses()
    Sets css-classes to set for the options.
setOptionCssClasses
in file HtmlForm.FormElement.Select.class.php, method Select::setOptionCssClasses()
    Sets css-classes to set for the options.
setOptions
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setOptions()
    Sets all available options of the radio-group.
setOptions
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setOptions()
    Sets all available options of the checkbox-group.
setOptions
in file HtmlForm.FormElement.Select.class.php, method Select::setOptions()
    Sets all available options of the select.
setOptionTitles
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setOptionTitles()
    Sets html-title to set for the options.
setOptionTitles
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setOptionTitles()
    Sets html-title to set for the options.
setOptionTitles
in file HtmlForm.FormElement.Select.class.php, method Select::setOptionTitles()
    Sets html-title to set for the options.
setReadonly
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setReadonly()
    Sets that the element should be read-only.
setReadonly
in file HtmlForm.FormElement.InputText.class.php, method InputText::setReadonly()
    Sets that the element should be read-only.
setRows
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setRows()
    Sets the amount of lines to display vertically, defines visual height as well.
setSelected
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setSelected()
    Sets the selected option by its text.
setSelected
in file HtmlForm.FormElement.Select.class.php, method Select::setSelected()
    Sets selected single/multiple options by index/value.
setSelected
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setSelected()
    Sets selected single/multiple options by index/value/text.
setSingle
in file HtmlForm.FormElement.Select.class.php, method Select::setSingle()
    Set the select to being a single-select.
setSize
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setSize()
    Combination of setCols() and setRows().
setSize
in file HtmlForm.FormElement.Select.class.php, method Select::setSize()
    Sets the amount of rows the select should have, especially needed for multi-selects.
setSize
in file HtmlForm.FormElement.InputText.class.php, method InputText::setSize()
    Sets the amount of characters the input should hold horizontally.
setText
in file HtmlForm.FormElement.InputText.class.php, method InputText::setText()
    Sets the text to start with.
setText
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setText()
    Sets the text to start with.
setUpAsAmericanDate
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setUpAsAmericanDate()
    Configures the picker to offer the selection of a standard American date.
setUpAsGermanDate
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setUpAsGermanDate()
    Configures the picker to offer the selection of a german date.
setUpAsIsoDate
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setUpAsIsoDate()
    Configures the picker to offer the selection of a standard iso-date.
setValue
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::setValue()
    Directly sets the value for the element.
setWidth
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setWidth()
    Set the amount of columns for the checkbox-display.
setWidth
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setWidth()
    Set the amount of columns for the radiobutton-display.
showSeconds
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::showSeconds()
    Tells the picker to include seconds into the time selection.
showTime
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::showTime()
    Tells the picker to offer time selection as well.
suppressJsInclude
in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::suppressJsInclude()
    Suppresses the javascript-include of the picker sources for this element.
top

t

$title
in file HtmlForm.FormElement.absclass.php, variable FormElement::$title
    The html-title of the element.
$text
in file HtmlForm.FormElement.InputText.class.php, variable InputText::$text
    the currently entered text (used for refill mostly, not synchronized to user input)
$text
in file HtmlForm.FormElement.TextArea.class.php, variable TextArea::$text
    the currently entered text (used for refill mostly, not synchronized to user input)
TextArea
in file HtmlForm.FormElement.TextArea.class.php, class TextArea
    Wraps a textarea.
top

u

UNVALIDATEDCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::UNVALIDATEDCLASS
    css-class for marking an element as being unvalidated, if it is missing a validator
top

v

$validator
in file HtmlForm.FormElement.absclass.php, variable FormElement::$validator
    The validator to validate the values of the element according to its rules.
validate
in file HtmlForm.FormElement.absclass.php, method FormElement::validate()
    Starts validation for the element and all subelements according to the rules laid out in the element's validator.
validate
in file HtmlForm.FormElement.Select.class.php, method Select::validate()
    Starts the validation-process for the element.
validate
in file HtmlForm.FormElement.TextArea.class.php, method TextArea::validate()
    Starts the validation-process for the element.
validate
in file HtmlForm.FormElement.InputText.class.php, method InputText::validate()
    Starts the validation-process for the element.
validate
in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::validate()
    Starts the validation-process for the element.
validate
in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::validate()
    Starts the validation-process for the element.
validate
in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::validate()
    Starts the validation-process for the element.
top

w

WIDGETCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::WIDGETCLASS
    css-class for the container that includes everything directly related to the element itself
WRAPCLASS
in file HtmlForm.FormElement.absclass.php, class constant FormElement::WRAPCLASS
    css-class for the row-div each form element is delivered in
WRAPPERCLASS
in file HtmlForm.FormElement.AlignBlock.class.php, class constant AlignBlock::WRAPPERCLASS
    css-class for the widget container
WRAPCLASS
in file HtmlForm.FormElement.Label.class.php, class constant Label::WRAPCLASS
    css-class for the label wrapper
WRAPPERCLASS
in file HtmlForm.FormElement.CustomHtml.class.php, class constant CustomHtml::WRAPPERCLASS
    css-class for the widget container
WRAPPERCLASS
in file HtmlForm.FormElement.JsDateTime.class.php, class constant JsDateTime::WRAPPERCLASS
    css-class for the wrapper around the whole element-html-structure
top

Documentation generated on Fri, 18 Jul 2014 16:31:56 +0200 by phpDocumentor 1.4.3