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

Element index for package form

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ m ] [ p ] [ s ] [ u ] [ v ]

a

addCell
in file HtmlForm.class.php, method HtmlForm::addCell()
    Adds a new cell to the form.
addCssClasses
in file HtmlForm.class.php, method HtmlForm::addCssClasses()
    Adds one or many css-classes to the forms class-attribute.
addElement
in file HtmlForm.class.php, method HtmlForm::addElement()
    Adds an element to the form.
top

c

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
top

d

doRender
in file HtmlForm.class.php, method HtmlForm::doRender()
    Compiles the whole form for output and returns the finished html-code-fragment.
top

e

EXPLANATIONCLASS
in file HtmlForm.class.php, class constant HtmlForm::EXPLANATIONCLASS
    css-class for the form explanation
top

f

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
top

g

get
in file HtmlForm.class.php, method HtmlForm::get()
    Factory method for HtmlForms, returns new instance.
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.class.php, method HtmlForm::getId()
    Returns the set html-id of the form.
getLanguage
in file HtmlForm.class.php, method HtmlForm::getLanguage()
    Returns the set language of the form.
getMethod
in file HtmlForm.class.php, method HtmlForm::getMethod()
    Returns the set form method.
getPackagePath
in file HtmlForm.class.php, method HtmlForm::getPackagePath()
    Returns the set package path.
getTabIndex
in file HtmlForm.class.php, method HtmlForm::getTabIndex()
    Returns the set tabindex for the form.
getValueSet
in file HtmlForm.class.php, method HtmlForm::getValueSet()
    Returns the complete valueset of a form.
top

h

hasBeenSent
in file HtmlForm.class.php, method HtmlForm::hasBeenSent()
    Answers if the form has already been sent or not.
HEADLINECLASS
in file HtmlForm.class.php, class constant HtmlForm::HEADLINECLASS
    css-class for the form headline
HtmlForm
in file HtmlForm.class.php, class HtmlForm
    Main class for the whole HtmlForm-Framework, representing a Form itself.
HtmlForm.class.php
procedural page HtmlForm.class.php
top

i

incTabIndex
in file HtmlForm.class.php, method HtmlForm::incTabIndex()
    Increases the internal tabindex-counter of the form by one.
insertElementAfter
in file HtmlForm.class.php, method HtmlForm::insertElementAfter()
    Adds an element directly after another one in the form.
isValid
in file HtmlForm.class.php, method HtmlForm::isValid()
    Answers if the form is currently in a valid state.
top

j

javascriptValidationIsSuppressed
in file HtmlForm.class.php, method HtmlForm::javascriptValidationIsSuppressed()
    Answers if the form actively suppresses possibly set JS-validation in it.
top

m

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

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.
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.
printSlash
in file HtmlForm.class.php, method HtmlForm::printSlash()
    Returns a the character to attach to the xhtml-presentation of tags.
top

s

setAction
in file HtmlForm.class.php, method HtmlForm::setAction()
    Set the html-action of the form.
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.
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.
setCssClasses
in file HtmlForm.class.php, method HtmlForm::setCssClasses()
    Sets the html-class-attribute for the form as a whole.
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.
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).
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.
setLanguage
in file HtmlForm.class.php, method HtmlForm::setLanguage()
    Sets the language to use in error messages. Form uses corresponding dictionary in "./messages".
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.
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.
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)
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.
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.
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.
top

u

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

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

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