Classes and interfaces

FormItBuilder

The main FormItBuilder methods. Most of the program bulk lives within this class and handles a great number of set/get methods and output methods.

« More »

FormItBuilderCore

The core class for FormItBuilder every other class extends this class which allows easy access to the common static methods.

« More »

FormItBuilder_baseElement

A primitive form element used as a base to extend into a variety of elements

« More »

FormItBuilder_customValidate

This class holds validation methods that are custom to FormItBuilder and not built into FormIt/jQuery Validate. Validate methods are called via a snippet in a roundabout way using globals to get around limitations using FormIt

« More »

FormItBuilder_element

A less primitive form element used as a base to extend into a variety of elements containing properties and methods used by all physical form elements.

« More »

FormItBuilder_elementButton

Creates a form button element (e.g button, image, reset, submit)

« More »

FormItBuilder_elementCheckbox

Creates a checkbox form element.

« More »

FormItBuilder_elementCheckboxGroup

Creates a group of checkbox elements.

« More »

FormItBuilder_elementFile

FormItBuilder_elementFile

« More »

FormItBuilder_elementHidden

Creates a hidden field form element.

« More »

FormItBuilder_elementPassword

Creates a password field element.

« More »

FormItBuilder_elementRadioGroup

Creates a radio button group.

« More »

FormItBuilder_elementReCaptcha

Creates a recaptcha field with the FormIt integrated recaptcha systems.

« More »

FormItBuilder_elementSelect

Creates a select (dropdown) field element.

« More »

FormItBuilder_elementText

Creates a text field form element.

« More »

FormItBuilder_elementTextArea

Creates a text area element.

« More »

FormItBuilder_htmlBlock

A primitive form element used only to inject raw html and place between other elements.

« More »

FormRule

Contains rule methods applied to an element. The FormItBuilder object is then assigned rules using the addRules method.

« More »

FormRuleType

FormRuleType

« More »