Namespace ONEGEEK.forms


namespace ONEGEEK.forms

Class Summary
Abstract Form Field object.
Abstract TextField.
CaptchaTextField Field.
Confirm Password Field.
General DOM manipulation utilities needed for this library
The form validator object finds any forms on the page and attaches validation events to the inputs based on class names of the 's.
The Form Field Factory provides a way to lookup a specific type of FormField subclass without having to know the concreate class name in advance i.e.
The GValidator object finds any forms on the page with classname 'autoform' or 'gform' and attaches validation events to the inputs based on class names of the elements.
GenericTextField Field.
Name Field (Extends FormField).
Password Field.
Abstract Radio Button.
RecaptchaTextField Field, for integration with the ReCaptcha system - does NOT use ajax or anything to validate.