class
ONEGEEK.forms.FormFieldFactory
public
ONEGEEK.forms.AbstractFormField
lookupFormField(String
name, DOMElement
field)
name
The class name of the field
field
The DOM form field element to attach the class to
public
void
registerFormField(String
classname, String
objectClass, [Array
options])
classname
The name of the CSS class associated with the FormField i.e. 'firstname'
objectClass
The FormField concrete subclass i.e. NameField
[options]
The options to pass in to the object