Description: A form action/submit list element (collection of actionItem instances).
JavaDoc: Click here
Body content: JSP content.
Attributes:
| Name | Description | Data type | Required | Default value |
| cssClass | The CSS class that to use for the container DIV element | String | No | actionsbuttons |
Examples:
<dif:document>
<dif:form>
<dif:textField id="user" label="Username" />
<dif:textField id="pass" label="Password" confidential="true" />
<dif:formActions>
<dif:actionItem type="submit" />
<dif:actionItem type="clear" />
</dif:formActions>
</dif:form/>
...
</dif:document>
See also: