| | Element index for package form[ a ]
	[ c ]
	[ d ]
	[ e ]
	[ f ]
	[ g ]
	[ h ]
	[ i ]
	[ j ]
	[ m ]
	[ p ]
	[ s ]
	[ u ]
	[ v ]top
 
 top
 
 
 
		topd
							doRenderin file HtmlForm.class.php, method HtmlForm::doRender()Compiles the whole form for output and returns the finished html-code-fragment.
 
 top
 
 
 
		topf
							FLOATBREAKCLASSin file HtmlForm.class.php, class constant HtmlForm::FLOATBREAKCLASScss-class for float-breaking construct used between widgets of a form
FORMCLASSin file HtmlForm.class.php, class constant HtmlForm::FORMCLASScss-class for HtmlForm-forms
 
 
 
		topg
							getin file HtmlForm.class.php, method HtmlForm::get()Factory method for HtmlForms, returns new instance.
getElementByNamein file HtmlForm.class.php, method HtmlForm::getElementByName()Returns any form element added to the form by searching for it's name.
getIdin file HtmlForm.class.php, method HtmlForm::getId()Returns the set html-id of the form.
getLanguagein file HtmlForm.class.php, method HtmlForm::getLanguage()Returns the set language of the form.
getMethodin file HtmlForm.class.php, method HtmlForm::getMethod()Returns the set form method.
getPackagePathin file HtmlForm.class.php, method HtmlForm::getPackagePath()Returns the set package path.
getTabIndexin file HtmlForm.class.php, method HtmlForm::getTabIndex()Returns the set tabindex for the form.
getValueSetin file HtmlForm.class.php, method HtmlForm::getValueSet()Returns the complete valueset of a form.
 
 
 
		toph
							hasBeenSentin file HtmlForm.class.php, method HtmlForm::hasBeenSent()Answers if the form has already been sent or not.
HEADLINECLASSin file HtmlForm.class.php, class constant HtmlForm::HEADLINECLASScss-class for the form headline
HtmlFormin file HtmlForm.class.php, class HtmlFormMain class for the whole HtmlForm-Framework, representing a Form itself.
HtmlForm.class.phpprocedural page HtmlForm.class.php 
 
 
		topi
							incTabIndexin file HtmlForm.class.php, method HtmlForm::incTabIndex()Increases the internal tabindex-counter of the form by one.
insertElementAfterin file HtmlForm.class.php, method HtmlForm::insertElementAfter()Adds an element directly after another one in the form.
isValidin file HtmlForm.class.php, method HtmlForm::isValid()Answers if the form is currently in a valid state.
 
 top
 
 top
 
 
 
		topp
							prepareJavascriptValidationin 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.
printFloatBreakin 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.
printSlashin file HtmlForm.class.php, method HtmlForm::printSlash()Returns a the character to attach to the xhtml-presentation of tags.
 
 
 
		tops
							setActionin file HtmlForm.class.php, method HtmlForm::setAction()Set the html-action of the form.
setCellsin 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.
setCharsetLatinin file HtmlForm.class.php, method HtmlForm::setCharsetLatin()Tells the form to explicitly use standard english encoding, without any exotic special characters.
setCharsetUtf8in file HtmlForm.class.php, method HtmlForm::setCharsetUtf8()Tells the form to handle all data and values of the form as utf-8-encoded.
setCssClassesin file HtmlForm.class.php, method HtmlForm::setCssClasses()Sets the html-class-attribute for the form as a whole.
setEnctypein 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.
setExplanationin 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).
setHeadlinein 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.
setLanguagein file HtmlForm.class.php, method HtmlForm::setLanguage()Sets the language to use in error messages. Form uses corresponding dictionary in "./messages".
setMethodGetin file HtmlForm.class.php, method HtmlForm::setMethodGet()Tells the form to send all data as GET and sets the html-method-attribute.
setMethodPostin file HtmlForm.class.php, method HtmlForm::setMethodPost()Tells the form to send all data as POST and sets the html-method-attribute.
setMultipartFormDatain 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.
setPackagePathin 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)
setTabIndexin 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.
setXhtmlin file HtmlForm.class.php, method HtmlForm::setXhtml()Sets xhtml-rendering-mode for the form. Form renders as html4 per default.
showCustomMessagesin file HtmlForm.class.php, method HtmlForm::showCustomMessages()Defines if custom error messages should be displayed above the form or not.
showMessagesin file HtmlForm.class.php, method HtmlForm::showMessages()Defines if standard error messages should be displayed above the form or not.
suppressJavascriptValidationin 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.
suppressJqueryIncludein 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.
 
 
 
		topu
							useExternalFormDeclarationin 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.
useReducedErrorMarkingin file HtmlForm.class.php, method HtmlForm::useReducedErrorMarking()Sets the error marking in the form to reduced highlighting.
usesExternalFormDeclarationin 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.
usesReducedErrorMarkingin file HtmlForm.class.php, method HtmlForm::usesReducedErrorMarking()Answers if the form is currently set to only use reduced error marking  for occuring validation errors.
usesUtf8in file HtmlForm.class.php, method HtmlForm::usesUtf8()Answers if the form is currently using utf-8 for value encoding.
 
 
 
		topv
							validatein 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.
 
 | 
 |