Description: A summary information header component.
JavaDoc: Click here
Body content: JSP content. (non SummaryItem tags will be ignored)
Attributes:
| Name | Description | Data type | Required | Default value |
| title | The title for the summary element | String | Yes | - |
| cssClass | The CSS class that add for the image reference | String | No | - |
Examples:
<dif:document>
<dif:summary title="RH">
<dif:summaryItem title="Employee" value="John Doe" />
<dif:summaryItem title="Department" value="Operations" />
</dif:summary>
...
</dif:document>
See also: