Description: A field set agregator. Optionally with a collapse functionality.
JavaDoc: Click here
Remarks: In non-collapsible mode this is simply a "<fieldset><legend>{$label}</legend>(...)</fieldset>".
Body content: JSP context.
Attributes:
| Name | Description | Data type | Required | Default value |
| title | The label for the fieldset | String | No | - |
| layout | Inner Fields layout | String | No | Pool layout |
| cssClass | the cssClass to apply to the component | String | No | - |
| collapsible | If the fieldset is dynamically collapsible or not | Boolean | No | False |
| collapsed | If the initial state is collapsed | String | No | False |
| labelWidth | A custom width for all enclosed labels | Integer | No | As defined by the CSS in use |
| border | Whether to draw the field set border or not | boolean | No | True |
Examples:
<dif:document>
<dif:form name="login">
<dif:fieldset title="${messages.pageHeading}">
<input name="afterloginstageid" type="hidden" value="${stage.afterLoginStageID}" />
<dif:textField id="_user" />
<dif:textField id="_pass" confidential="true" />
</dif:fieldset>
<input type="submit" name="${messages.submit}" />
</dif:form>
...
</dif:document>
Layout values: Available layouts:
See also: