close()
Close the group (recursively calls "close" on each field, does NOT hide the group )
Call this function before hidding the group to close any field popup
disable()
Disable all fields in the group
enable()
Enable all fields in the group
getEl()
Return the group wrapper DIV element
getValue()
Return an object with all the values of the fields
initEvents()
Init the events for the group
onClickOptionsLabel()
Handle the click on the "Options" label
render()
Render the group
renderField(fieldOptions)
Instanciate one field given its parameters, type or fieldClass
renderFields(parentEl)
Render all the fields.
We use the parentEl so that inputEx.Form can append them to the FORM tag
setOptions()
undocumented
setValue(oValues)
Set the values of each field from a key/value hash object
<Boolean> validate()
Validate each field
Returns:
<Boolean> true if all fields validate and required fields are not empty