A newer version of this page is available. Switch to the current version.

jQuery Form Item Types

This section describes item types available in the Form UI component.

ButtonItem

Configures a button form item.

Type:

Object

A button form item, as the name implies, consists of a button that does a custom action. You can customize the button's appearance and position on the form.

View Demo

EmptyItem

This article describes configuration properties of an empty form item.

Type:

Object

An empty item used to add a space between neighboring items.

See Also

GroupItem

This article describes configuration properties of a group form item.

Type:

Object

A group form item is a section consisting of a caption and child form items. You can customize the layout properties for each group separately.

View Demo

See Also

SimpleItem

This article describes configuration properties of a simple form item.

Type:

Object

A simple form item is an editor-label pair usually bound to a formData object field used to display and modify this field.

You can also create a simple item without binding it to a formData field. For example, it can be a check box that allows a user to confirm his agreement to process entered data.

For detailed information on configuring simple items, see the Configure Simple Items topic.

View Demo

TabbedItem

This article describes configuration properties of a tabbed form item.

Type:

Object

An item representing a tabbed container for other form items.

View Demo

See Also