Index of all elements
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ j ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ _ ]
a
- activateJavascriptValidation
- in file HtmlForm.FormValidator.class.php, method FormValidator::activateJavascriptValidation()
Prepares the validator for output of JS-valiation-code later on.
- addCell
- in file HtmlForm.class.php, method HtmlForm::addCell()
Adds a new cell to the form.
- addCssClasses
- in file HtmlForm.FormElement.absclass.php, method FormElement::addCssClasses()
Adds one or many css-classes to the element's class-attribute.
- addCssClasses
- in file HtmlForm.class.php, method HtmlForm::addCssClasses()
Adds one or many css-classes to the forms class-attribute.
- addElement
- in file HtmlForm.FormElement.absclass.php, method FormElement::addElement()
Adds a subelement to the element.
- addElement
- in file HtmlForm.class.php, method HtmlForm::addElement()
Adds an element to the form.
- AlignBlock
- in file HtmlForm.FormElement.AlignBlock.class.php, class AlignBlock
This formelement fulfills the purpose of being a visual gatherer for other formelements.
- array_insert
- in file HtmlFormTools.class.php, method HtmlFormTools::array_insert()
Insert a value into an existing array at a specific index, pushing all following values back.
- auto_htmlspecialchars
- in file HtmlFormTools.class.php, method HtmlFormTools::auto_htmlspecialchars()
Override-method for htmlspecialchars that handles utf-8-multibyte-security.
- auto_preg_match
- in file HtmlFormTools.class.php, method HtmlFormTools::auto_preg_match()
Override-method for preg_match that handles utf-8-multibyte-security.
- auto_preg_replace
- in file HtmlFormTools.class.php, method HtmlFormTools::auto_preg_replace()
Override-method for preg_replace that handles utf-8-multibyte-security.
- auto_strlen
- in file HtmlFormTools.class.php, method HtmlFormTools::auto_strlen()
Override-method for strlen that handles utf-8-multibyte-security.
- auto_strpos
- in file HtmlFormTools.class.php, method HtmlFormTools::auto_strpos()
Override-method for strpos that handles utf-8-multibyte-security.
top
b
- BUTTONCLASS
- in file HtmlForm.FormElement.JsDateTime.class.php, class constant JsDateTime::BUTTONCLASS
css-class for the calendar-button
top
c
- $caption
- in file HtmlForm.FormElement.InputButton.class.php, variable InputButton::$caption
the button-caption
- $caption
- in file HtmlForm.FormElement.InputSubmit.class.php, variable InputSubmit::$caption
the button caption
- $cols
- in file HtmlForm.FormElement.TextArea.class.php, variable TextArea::$cols
the amount of characters to display horizontally, defines visual width as well
- $cssClasses
- in file HtmlForm.FormElement.absclass.php, variable FormElement::$cssClasses
The html-class-string of the element.
- CELLCLASS
- in file HtmlForm.class.php, class constant HtmlForm::CELLCLASS
css-class for HtmlForm-cells
- CELLCLASS_FIRST
- in file HtmlForm.class.php, class constant HtmlForm::CELLCLASS_FIRST
css-class for first HtmlForm-cell
- CELLCLASS_LAST
- in file HtmlForm.class.php, class constant HtmlForm::CELLCLASS_LAST
css-class for last HtmlForm-cell
- 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.
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.InputText.class.php, method InputText::doRender()
Compiles and returns the html-fragment for the element.
- 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.InputRadio.class.php, method InputRadio::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.InputReset.class.php, method InputReset::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.TextArea.class.php, method TextArea::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.InputPassword.class.php, method InputPassword::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.InputHidden.class.php, method InputHidden::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.AlignBlock.class.php, method AlignBlock::doRender()
Compiles and returns the html-fragment for the element including all subelements.
- 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.InputButton.class.php, method InputButton::doRender()
Compiles and returns the html-fragment for the element.
- doRender
- in file HtmlForm.class.php, method HtmlForm::doRender()
Compiles the whole form for output and returns the finished html-code-fragment.
- 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.InputCheckbox.class.php, method InputCheckbox::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.
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
- EXPLANATIONCLASS
- in file HtmlForm.class.php, class constant HtmlForm::EXPLANATIONCLASS
css-class for the form explanation
top
f
- 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.
- FLOATBREAKCLASS
- in file HtmlForm.class.php, class constant HtmlForm::FLOATBREAKCLASS
css-class for float-breaking construct used between widgets of a form
- FORMCLASS
- in file HtmlForm.class.php, class constant HtmlForm::FORMCLASS
css-class for HtmlForm-forms
- FormElement
- in file HtmlForm.FormElement.absclass.php, class FormElement
Abstract parent class for all widgets / elements contained in a form-object.
- FormValidator
- in file HtmlForm.FormValidator.class.php, class FormValidator
A FormValidator defines a set of rules a widget-value has to fulfill before being able to be called valid.
- FormValueSet
- in file HtmlForm.FormValueSet.class.php, class FormValueSet
This class defines a container to hold gathered form-data.
top
g
- get
- in file HtmlForm.FormElement.InputImage.class.php, method InputImage::get()
Factory method for InputImage, 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.InputRadio.class.php, method InputRadio::get()
Factory method for InputRadio, returns new instance.
- get
- in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::get()
Factory method for InputHidden, 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.FieldSet.class.php, method FieldSet::get()
Factory method for FieldSet, returns new instance.
- get
- in file HtmlForm.FormElement.InputButton.class.php, method InputButton::get()
Factory method for InputButton, returns new instance.
- get
- in file HtmlForm.class.php, method HtmlForm::get()
Factory method for HtmlForms, returns new instance.
- get
- in file HtmlForm.FormElement.InputReset.class.php, method InputReset::get()
Factory method for InputReset, 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.SelectList.class.php, method SelectList::get()
Factory method for SelectList, 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.FormValidator.class.php, method FormValidator::get()
Factory method for FormValidator, 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.Label.class.php, method Label::get()
Factory method for Label, 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.CustomHtml.class.php, method CustomHtml::get()
Factory method for CustomHtml, 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.AlignBlock.class.php, method AlignBlock::get()
Factory method for AlignBlock, returns new instance.
- getCoords
- in file HtmlForm.FormElement.InputImage.class.php, method InputImage::getCoords()
Returns the clicked coordinates on the image-submit button.
- getElementByName
- in file HtmlForm.class.php, method HtmlForm::getElementByName()
Returns any form element added to the form by searching for it's name.
- getId
- in file HtmlForm.FormElement.absclass.php, method FormElement::getId()
Return the element's html-id.
- getId
- in file HtmlForm.class.php, method HtmlForm::getId()
Returns the set html-id of the form.
- 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.
- getLabel
- in file HtmlForm.FormElement.absclass.php, method FormElement::getLabel()
Return the element's label text.
- getLanguage
- in file HtmlForm.class.php, method HtmlForm::getLanguage()
Returns the set language of the form.
- 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.
- getMethod
- in file HtmlForm.class.php, method HtmlForm::getMethod()
Returns the set form method.
- getName
- in file HtmlForm.FormElement.absclass.php, method FormElement::getName()
Return the element's html-name.
- getPackagePath
- in file HtmlForm.class.php, method HtmlForm::getPackagePath()
Returns the set package path.
- getSubElements
- in file HtmlForm.FormElement.absclass.php, method FormElement::getSubElements()
Return all owned elements of this element.
- getTabIndex
- in file HtmlForm.class.php, method HtmlForm::getTabIndex()
Returns the set tabindex for the form.
- 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.Label.class.php, method Label::getValue()
Since Label doesn't hold any value, this method will always return null.
- getValue
- in file HtmlForm.FormElement.absclass.php, method FormElement::getValue()
Returns the value of the element if there is any.
- 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.CustomHtml.class.php, method CustomHtml::getValue()
Since CustomHtml doesn't hold any value, this method will always return null.
- 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.InputSubmit.class.php, method InputSubmit::getValue()
Returns if the submit-button was used for the last occurred form-submit.
- getValue
- in file HtmlForm.FormElement.AlignBlock.class.php, method AlignBlock::getValue()
Since AlignBlock 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.
- getValue
- in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::getValue()
Returns the currently set 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.InputRadio.class.php, method InputRadio::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.InputText.class.php, method InputText::getValue()
Returns the current value of the element.
- getValue
- in file HtmlForm.FormElement.InputButton.class.php, method InputButton::getValue()
Since InputButton doesn't hold any value, this method will always return null.
- getValueSet
- in file HtmlForm.class.php, method HtmlForm::getValueSet()
Returns the complete valueset of a form.
- getValueSet
- in file HtmlForm.FormElement.absclass.php, method FormElement::getValueSet()
Returns the compiled valueset for this element including the elements owned by this one.
top
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.
- incTabIndex
- in file HtmlForm.class.php, method HtmlForm::incTabIndex()
Increases the internal tabindex-counter of the form by one.
- InputButton
- in file HtmlForm.FormElement.InputButton.class.php, class InputButton
Wraps a common form-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.
- InputImage
- in file HtmlForm.FormElement.InputImage.class.php, class InputImage
Wraps an image-form-submit-button.
- 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.
- 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.
- InputText
- in file HtmlForm.FormElement.InputText.class.php, class InputText
Wraps a standard text-input.
- 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.
- insertElementAfter
- in file HtmlForm.class.php, method HtmlForm::insertElementAfter()
Adds an element directly after another one in the form.
- isDisabledOption
- in file HtmlForm.FormElement.Select.class.php, method Select::isDisabledOption()
- isSelectedOption
- in file HtmlForm.FormElement.Select.class.php, method Select::isSelectedOption()
- isValid
- in file HtmlForm.class.php, method HtmlForm::isValid()
Answers if the form is currently in a valid state.
- isValid
- in file HtmlForm.FormElement.absclass.php, method FormElement::isValid()
Answers if the element is in a valid state at the moment.
top
j
- $jsEventHandler
- in file HtmlForm.FormElement.absclass.php, variable FormElement::$jsEventHandler
Complete attribute string for a standard javascript-tag-eventhandler such as "onclick".
- javascriptValidationIsSuppressed
- in file HtmlForm.class.php, method HtmlForm::javascriptValidationIsSuppressed()
Answers if the form actively suppresses possibly set JS-validation in it.
- 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.
- JSENABLEDCLASS
- in file HtmlForm.FormElement.absclass.php, class constant FormElement::JSENABLEDCLASS
css-class for marking an element as enabled for js-validation
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.
- $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
- 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
- MESSAGECLASS
- in file HtmlForm.FormValidator.class.php, class constant FormValidator::MESSAGECLASS
css-class for individual validation-error-messages
- MESSAGESCLASS
- in file HtmlForm.class.php, class constant HtmlForm::MESSAGESCLASS
css-class for form messages
- MESSAGESTITLECLASS
- in file HtmlForm.class.php, class constant HtmlForm::MESSAGESTITLECLASS
css-class for title of form messages
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
top
p
- prepareJavascriptValidation
- in file HtmlForm.class.php, method HtmlForm::prepareJavascriptValidation()
Tells the form to prepare everything concerning Javascript to use the jQuery-based Javascript-validation for form elements with activated JS-validation.
- printCols
- in file HtmlForm.FormElement.TextArea.class.php, method TextArea::printCols()
Compiles and returns the html-cols-attribute for the element.
- 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.
- printFloatBreak
- in file HtmlForm.class.php, method HtmlForm::printFloatBreak()
Returns the html-code used by widgets to mark the end of a supposed row in a form.
- 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.FormValidator.class.php, method FormValidator::printJavascriptValidationCode()
Compiles and returns the JS-validation-code for this validator, to be printed beneath the validated form elements in the source later on. This code contains a sequence of single tests, that will be executed on every update of the connected elements, which validate the value(s) one by one.
- 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.
- printMaxLength
- in file HtmlForm.FormElement.InputText.class.php, method InputText::printMaxLength()
Compiles and returns the html-maxlength-attribute for the element.
- printMessageQueue
- in file HtmlForm.FormValidator.class.php, method FormValidator::printMessageQueue()
Return all aggregated error messages of the validator.
- 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.
- 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.
- printSlash
- in file HtmlForm.class.php, method HtmlForm::printSlash()
Returns a the character to attach to the xhtml-presentation of tags.
- 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.
- process
- in file HtmlForm.FormValidator.class.php, method FormValidator::process()
Starts the validation if the given values accourding to all set rules of the validator.
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.InputHidden.class.php, method InputHidden::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.InputRadio.class.php, method InputRadio::refill()
Tries to refill the selecte option from existing data.
- refill
- in file HtmlForm.FormElement.InputText.class.php, method InputText::refill()
Tries to refill the element-value 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.Select.class.php, method Select::refill()
Tries to refill the selected options from existing data.
top
s
- $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
- $subElements
- in file HtmlForm.FormElement.absclass.php, variable FormElement::$subElements
The subelements of the element if the element has container character.
- 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.
- setAction
- in file HtmlForm.class.php, method HtmlForm::setAction()
Set the html-action of the form.
- 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.
- setAutoErrorMessagesAsCustom
- in file HtmlForm.FormValidator.class.php, method FormValidator::setAutoErrorMessagesAsCustom()
Tells the validator to treat standard messages as custom in the context of this validator.
- 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.
- setCells
- in file HtmlForm.class.php, method HtmlForm::setCells()
Sets the amount of cells to create for the form. Each cell represents a logical container for parts of the form.
- setCharacterClass
- in file HtmlForm.FormValidator.class.php, method FormValidator::setCharacterClass()
Adds a rule to the validator's ruleset - The widget's value must only consist of characters defined in a given regex-character-class.
- setCharsetLatin
- in file HtmlForm.class.php, method HtmlForm::setCharsetLatin()
Tells the form to explicitly use standard english encoding, without any exotic special characters.
- setCharsetUtf8
- in file HtmlForm.class.php, method HtmlForm::setCharsetUtf8()
Tells the form to handle all data and values of the form as utf-8-encoded.
- setCols
- in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setCols()
Sets the amount of characters to display horizontally, defines visual width as well
- setCreditcard
- in file HtmlForm.FormValidator.class.php, method FormValidator::setCreditcard()
Adds a rule to the validator's ruleset - The widget's value has have the form of a valid creditcard-number.
- setCssClasses
- in file HtmlForm.FormElement.absclass.php, method FormElement::setCssClasses()
Sets the html-class-attribute for the element.
- setCssClasses
- in file HtmlForm.class.php, method HtmlForm::setCssClasses()
Sets the html-class-attribute for the form as a whole.
- setCustomCase
- in file HtmlForm.FormValidator.class.php, method FormValidator::setCustomCase()
Adds a rule to the validator's ruleset - Includes a predefined validation-result into the ruleset.
- setDataName
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDataName()
Tells the validator the name of the element's data in the submit-resultset.
- setDate
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDate()
Adds a rule to the validator's ruleset - The widget's value must be a standard american date.
- setDateDE
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDateDE()
Adds a rule to the validator's ruleset - The widget's value must be a standard german date.
- setDateFormat
- in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setDateFormat()
Set a date format to be used by the picker.
- setDateISO
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDateISO()
Adds a rule to the validator's ruleset - The widget's value must be a standard iso-date.
- setDateTime
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDateTime()
Adds a rule to the validator's ruleset - The widget's value must be standard american datetime.
- setDateTimeDE
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDateTimeDE()
Adds a rule to the validator's ruleset - The widget's value must be a standard german datetime.
- setDateTimeISO
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDateTimeISO()
Adds a rule to the validator's ruleset - The widget's value must be standard iso-datetime.
- setDigits
- in file HtmlForm.FormValidator.class.php, method FormValidator::setDigits()
Adds a rule to the validator's ruleset - The number-representation of the widget's value must be only digits without any other characters.
- setDisabled
- in file HtmlForm.FormElement.absclass.php, method FormElement::setDisabled()
Set the element 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.InputRadio.class.php, method InputRadio::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.
- setEmail
- in file HtmlForm.FormValidator.class.php, method FormValidator::setEmail()
Adds a rule to the validator's ruleset - The widget's value must be a valid eMail-address.
- setEnctype
- in file HtmlForm.class.php, method HtmlForm::setEnctype()
Sets the encoding type for the form. All standard values are allowed here, other values will be ignored.
- setErrorMessage
- in file HtmlForm.FormValidator.class.php, method FormValidator::setErrorMessage()
Sets a custom error message for the validator, overwriting all standard messages from the dictionaries.
- setExplanation
- in file HtmlForm.class.php, method HtmlForm::setExplanation()
Sets an explanation text for the form, which in put in a fitting container on top of the form, below the headline (if one is defined).
- setFieldName
- in file HtmlForm.FormValidator.class.php, method FormValidator::setFieldName()
Tells the validator the name of the element in validates.
- setHeadline
- in file HtmlForm.class.php, method HtmlForm::setHeadline()
Sets a headline for the form, which is put in a fitting container on top of the form.
- setHtml
- in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::setHtml()
Sets the html-content to wrap into the element.
- setId
- in file HtmlForm.FormElement.absclass.php, method FormElement::setId()
Sets the html-id for this 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.
- setIsoTime
- in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::setIsoTime()
Tells the picker to use 24h-iso-counting for the time.
- setJavascriptEventHandler
- in file HtmlForm.FormElement.absclass.php, method FormElement::setJavascriptEventHandler()
Sets a javascript-handler for the element.
- 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.
- setLabel
- in file HtmlForm.FormElement.absclass.php, method FormElement::setLabel()
Inserts a label for the element.
- setLanguage
- in file HtmlForm.class.php, method HtmlForm::setLanguage()
Sets the language to use in error messages. Form uses corresponding dictionary in "./messages".
- setLegend
- in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::setLegend()
Set the legend/caption the fieldset should display.
- 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.
- setMax
- in file HtmlForm.FormValidator.class.php, method FormValidator::setMax()
Adds a rule to the validator's ruleset - The number-representation of the widget's value can only have a maximum numeric value.
- setMaxLength
- in file HtmlForm.FormValidator.class.php, method FormValidator::setMaxLength()
Adds a rule to the validator's ruleset - The string-representation of the widget's value may only have a certain length.
- setMaxLength
- in file HtmlForm.FormElement.InputText.class.php, method InputText::setMaxLength()
Sets the maximum amount of characters that can be inserted into the input.
- setMessageLanguage
- in file HtmlForm.FormValidator.class.php, method FormValidator::setMessageLanguage()
Sets the language for all validation-error-messages take from message dictionaries.
- setMethodGet
- in file HtmlForm.class.php, method HtmlForm::setMethodGet()
Tells the form to send all data as GET and sets the html-method-attribute.
- setMethodPost
- in file HtmlForm.class.php, method HtmlForm::setMethodPost()
Tells the form to send all data as POST and sets the html-method-attribute.
- setMin
- in file HtmlForm.FormValidator.class.php, method FormValidator::setMin()
Adds a rule to the validator's ruleset - The number-representation of the widget's value must have a minimum numeric value.
- setMinLength
- in file HtmlForm.FormValidator.class.php, method FormValidator::setMinLength()
Adds a rule to the validator's ruleset - The string-representation of the widget's value needs to have a certain length.
- setMultipartFormData
- in file HtmlForm.class.php, method HtmlForm::setMultipartFormData()
Set the encoding to the most common setting, which is multipart/form-data. This setting is needed if you include file inputs in your form, otherwise the files will not be transferred to the server.
- setMultiple
- in file HtmlForm.FormElement.Select.class.php, method Select::setMultiple()
Set the select to being a multi-select.
- setNotEmpty
- in file HtmlForm.FormValidator.class.php, method FormValidator::setNotEmpty()
Adds a rule to the validator's ruleset - The widget needs to have a non-empty value.
- setNumber
- in file HtmlForm.FormValidator.class.php, method FormValidator::setNumber()
Adds a rule to the validator's ruleset - The widget's value must be a standard english decimal number.
- setNumberDE
- in file HtmlForm.FormValidator.class.php, method FormValidator::setNumberDE()
Adds a rule to the validator's ruleset - The widget's value must be a standard german decimal number.
- setOptional
- in file HtmlForm.FormValidator.class.php, method FormValidator::setOptional()
Adds a rule to the validator's ruleset - The widget's value becomes optional, either its not set at all, or it get validated by all other present rules.
- setOptionCssClasses
- in file HtmlForm.FormElement.Select.class.php, method Select::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.InputRadio.class.php, method InputRadio::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.Select.class.php, method Select::setOptions()
Sets all available options of the select.
- setOptions
- in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setOptions()
Sets all available options of the checkbox-group.
- 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.
- setOptionTitles
- in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setOptionTitles()
Sets html-title to set for the options.
- setPackagePath
- in file HtmlForm.class.php, method HtmlForm::setPackagePath()
Sets the path to HtmlForm-package relative to the executing php-file to make usage of package assets such as javascripts and images possible (needed for special widgets such as datetime picker)
- setRange
- in file HtmlForm.FormValidator.class.php, method FormValidator::setRange()
Adds a rule to the validator's ruleset - The number-representation of the widget's value must have a minimum and can only be of a maximum numeric value.
- setRangeLength
- in file HtmlForm.FormValidator.class.php, method FormValidator::setRangeLength()
Adds a rule to the validator's ruleset - The string-representation of the widget's value must have a minimum length and must not exceed a maximum length.
- setReadonly
- in file HtmlForm.FormElement.InputText.class.php, method InputText::setReadonly()
Sets that the element should be read-only.
- setReadonly
- in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setReadonly()
Sets that the element should be read-only.
- setRequired
- in file HtmlForm.FormValidator.class.php, method FormValidator::setRequired()
Adds a rule to the validator's ruleset - The widget needs to have a value.
- 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.InputCheckbox.class.php, method InputCheckbox::setSelected()
Sets selected single/multiple options by index/value/text.
- 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.
- setSingle
- in file HtmlForm.FormElement.Select.class.php, method Select::setSingle()
Set the select to being a single-select.
- setSize
- in file HtmlForm.FormElement.InputText.class.php, method InputText::setSize()
Sets the amount of characters the input should hold horizontally.
- 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.TextArea.class.php, method TextArea::setSize()
Combination of setCols() and setRows().
- setSrc
- in file HtmlForm.FormElement.InputImage.class.php, method InputImage::setSrc()
Sets the image-source-url for the image of the image-submit.
- setTabIndex
- in file HtmlForm.class.php, method HtmlForm::setTabIndex()
Sets the tabindex of the form itself. All widgets of the form will get tabindices according to this value.
- setText
- in file HtmlForm.FormElement.TextArea.class.php, method TextArea::setText()
Sets the text to start with.
- setText
- in file HtmlForm.FormElement.InputText.class.php, method InputText::setText()
Sets the text to start with.
- setTime
- in file HtmlForm.FormValidator.class.php, method FormValidator::setTime()
Adds a rule to the validator's ruleset - The widget's value must be standard american time.
- setTimeDE
- in file HtmlForm.FormValidator.class.php, method FormValidator::setTimeDE()
Adds a rule to the validator's ruleset - The widget's value must be a standard german time.
- setTimeISO
- in file HtmlForm.FormValidator.class.php, method FormValidator::setTimeISO()
Adds a rule to the validator's ruleset - The widget's value must be standard iso-time.
- setTitle
- in file HtmlForm.FormElement.absclass.php, method FormElement::setTitle()
Sets the html-title for this element.
- 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.
- setUrl
- in file HtmlForm.FormValidator.class.php, method FormValidator::setUrl()
Adds a rule to the validator's ruleset - The widget's value must be a valid url.
- setUsable
- in file HtmlForm.FormElement.absclass.php, method FormElement::setUsable()
Set the element usables or disabled based on an expression.
- setUtf8Safety
- in file HtmlForm.FormValidator.class.php, method FormValidator::setUtf8Safety()
Tells the validator to treat all validated values as utf-8-encoded or vice versa.
- setValidator
- in file HtmlForm.FormElement.absclass.php, method FormElement::setValidator()
Sets a validator for a value-bearing element.
- setValue
- in file HtmlForm.FormValidator.class.php, method FormValidator::setValue()
Set the value the validator should validate.
- setValue
- in file HtmlForm.FormValueSet.class.php, method FormValueSet::setValue()
Sets a value for a html-name in the resultset.
- setValue
- in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::setValue()
Directly sets the value for the element.
- setValues
- in file HtmlForm.FormValidator.class.php, method FormValidator::setValues()
Set the values the validator should validate.
- setWidth
- in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::setWidth()
Set the amount of columns for the radiobutton-display.
- setWidth
- in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::setWidth()
Set the amount of columns for the checkbox-display.
- setXhtml
- in file HtmlForm.class.php, method HtmlForm::setXhtml()
Sets xhtml-rendering-mode for the form. Form renders as html4 per default.
- showCustomMessages
- in file HtmlForm.class.php, method HtmlForm::showCustomMessages()
Defines if custom error messages should be displayed above the form or not.
- showMessages
- in file HtmlForm.class.php, method HtmlForm::showMessages()
Defines if standard error messages should be displayed above the form or not.
- 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.
- suppressJavascriptValidation
- in file HtmlForm.class.php, method HtmlForm::suppressJavascriptValidation()
Deactivates the execution of all JS-validation, no matter if any elements have this activated, or the form was told to prepare for it. No JS-environment will be printed and no validation code for elements will be printed.
- suppressJqueryInclude
- in file HtmlForm.class.php, method HtmlForm::suppressJqueryInclude()
Suppresses the inclusion of HtmlForm's own jQuery version and thereby sets the forms to rely on an already included, compatible, external version. HtmlForm relies on $ being present in that case.
- suppressJsInclude
- in file HtmlForm.FormElement.JsDateTime.class.php, method JsDateTime::suppressJsInclude()
Suppresses the javascript-include of the picker sources for this element.
top
t
- $text
- in file HtmlForm.FormElement.TextArea.class.php, variable TextArea::$text
the currently entered text (used for refill mostly, not synchronized to user input)
- $text
- in file HtmlForm.FormElement.InputText.class.php, variable InputText::$text
the currently entered text (used for refill mostly, not synchronized to user input)
- $title
- in file HtmlForm.FormElement.absclass.php, variable FormElement::$title
The html-title of the element.
- TextArea
- in file HtmlForm.FormElement.TextArea.class.php, class TextArea
Wraps a textarea.
top
u
- undoMagicQuotes
- in file HtmlFormTools.class.php, method HtmlFormTools::undoMagicQuotes()
Counteracts the effect of magic quotes if they are activated.
- 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
- useExternalFormDeclaration
- in file HtmlForm.class.php, method HtmlForm::useExternalFormDeclaration()
Tells the form to use an external form declaration (first around the rendered code) and not to render an own.
- useReducedErrorMarking
- in file HtmlForm.class.php, method HtmlForm::useReducedErrorMarking()
Sets the error marking in the form to reduced highlighting.
- usesExternalFormDeclaration
- in file HtmlForm.class.php, method HtmlForm::usesExternalFormDeclaration()
Answers if the form is currently set to use an external form declaration instead of an own one.
- usesReducedErrorMarking
- in file HtmlForm.class.php, method HtmlForm::usesReducedErrorMarking()
Answers if the form is currently set to only use reduced error marking for occuring validation errors.
- usesUtf8
- in file HtmlForm.class.php, method HtmlForm::usesUtf8()
Answers if the form is currently using utf-8 for value encoding.
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.InputText.class.php, method InputText::validate()
Starts the validation-process for the element.
- 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.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.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.InputCheckbox.class.php, method InputCheckbox::validate()
Starts the validation-process for the element.
- validate
- in file HtmlForm.class.php, method HtmlForm::validate()
Starts the form-validation for every contained widget and calculates the validity for every value leading to the overall validity for the form as a whole.
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.Label.class.php, class constant Label::WRAPCLASS
css-class for the label wrapper
- 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.JsDateTime.class.php, class constant JsDateTime::WRAPPERCLASS
css-class for the wrapper around the whole element-html-structure
- WRAPPERCLASS
- in file HtmlForm.FormElement.AlignBlock.class.php, class constant AlignBlock::WRAPPERCLASS
css-class for the widget container
- WRAPPERCLASS
- in file HtmlForm.FormElement.CustomHtml.class.php, class constant CustomHtml::WRAPPERCLASS
css-class for the widget container
top
_
- __call
- in file HtmlForm.FormValueSet.class.php, method FormValueSet::__call()
Magic method caller.
- __construct
- in file HtmlForm.FormElement.InputText.class.php, method InputText::__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.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.FormValueSet.class.php, method FormValueSet::__construct()
Basic object constructor. Initializes with empty values.
- __construct
- in file HtmlForm.FormElement.TextArea.class.php, method TextArea::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.absclass.php, method FormElement::__construct()
General abstract, hidden formelement constructor.
- __construct
- in file HtmlForm.FormElement.Label.class.php, method Label::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputRadio.class.php, method InputRadio::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.FieldSet.class.php, method FieldSet::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.CustomHtml.class.php, method CustomHtml::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.AlignBlock.class.php, method AlignBlock::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputButton.class.php, method InputButton::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputCheckbox.class.php, method InputCheckbox::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputImage.class.php, method InputImage::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputPassword.class.php, method InputPassword::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputHidden.class.php, method InputHidden::__construct()
Hidden constructor.
- __construct
- in file HtmlForm.FormElement.InputFile.class.php, method InputFile::__construct()
Hidden constructor.
- __get
- in file HtmlForm.FormValueSet.class.php, method FormValueSet::__get()
Magic attribute getter.
top
|
|