jFormer Documentation

jFormer Structure

jFormer, jFormPage, jFormSection, jFormComponent

jFormer

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

JFormPage(String id, [, Array optionArray])

The jFormPage object Holds the JFormSection Object Array, and is mostly an organizational wrapper.

jFormSection

JFormSection(String id, [, Array optionArray])

The jFormSection object Holds the JFormComponents Object Array, and is an organizational wrapper .

jFormComponent

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