Jx.Form Examples

API Reference: Jx.Form See Also: Jx.Toolbar

A Form with Inline-Block Class

A programmatically created form with several fieldsets of fields oriented in various ways.

A Form with validation plugins and inline error display

A programmatically created form using plugins for field validation and displaying errors inline with the field label.

A Form containing a Jx.Field.File field submitted by ajax

A form with a Jx.Field.File field. The form is submitted by ajax and the other form elements are added to the file form for upload.

A Form containing a Jx.Field.File field submitted normally

A form with a Jx.Field.File field. The form is submitted normally and the Jx.Field.File instances are "sucked" into the normal form.