containerBox

Description: A visual page level title/frame element.

JavaDoc: Click here

Body content: JSP content.

Attributes:

Name Description Data type Required Default value
title The title for the container String No -
layout The layout of the box String No box layout
border If the border is to be drawn Boolean No true

Layout values: Available layouts:

  • box: A full box with a background color.
  • frame: A border that acts as a frame arround the contained area

Examples:

<dif:document>
    <dif:containerBox>
        Warning: This should not happen!!!
    </dif:container>
</dif:document>

Back to tag reference