container
Use
Creates a container that displays the default HTMLB-based tray for all iViews in the container.
Attributes
|
Name |
Mandatory |
Description |
|---|---|---|
|
id |
Yes |
The ID of the container. In the portalapp.xml for the PAR that includes the layout, this ID must be specified in a profile property called com.sap.portal.reserved.layout.Cont<X> . For more information, see How to Create a Custom Layout . |
|
wrappingMethod |
No |
The wrapping method for single iViews within the container:
|
Example
The following creates a layout with two columns of equal size. All iViews in the containers are displayed with the default iView tray. The HTML code for runtime uses styled div tags, whereas the code for design time creates a table with the two half-width columns.