jFormer, jFormPage, jFormSection, jFormComponent
JFormer(String id, [, Array optionArray])
The jFormer object is the wrapper and controller for all parts of the form, any of its options are those that either effect the entire functionality of the form itself, or effect every component within it.
JFormPage(String id, [, Array optionArray])
The jFormPage object Holds the JFormSection Object Array, and is mostly an organizational wrapper.
JFormSection(String id, [, Array optionArray])
The jFormSection object Holds the JFormComponents Object Array, and is an organizational wrapper .
The jFormComponent object is the most basic and important building block of jFormer. Each specific type of component type extends this object and is never used directly. These options and methods are generic to all component types.
Next Section: Basic Fields