inputEx - Group Usage

Basic Group creation

Use the following code to create a basic inputEx group.

Composition

The YAHOO.inputEx.Group class inherits from inputEx.Field

Updated event

How to listen to the updated event :

Collapsible

Collapsible

Composition

Composition

Field descriptions

Specify field descriptions

Flatten output value for a sub-group

The parent group will then flatten the sub-group value within its value.

In this example, we return {firstname: ..., lastname: ..., title:... } instead of { MySubForm: {firstname: ..., lastname: ...}, title:... }.