Portlet Page Tags for Adaptive Layout
Tag portletregiondisplay


Generates the HTML for a portlet region, a container for portlets that specifies where and how portlets inside the region are displayed. All portlets on a page must be put in a region tag.

Example:
<pt:portletpage.portletregiondata pt:key="var1" pt:region="1"/>
<pt:portletpage.portletregiondisplay pt:region="1">
<pt:logic.foreach pt:data="var1" pt:var="curr">
<pt:portletpage.portletdisplay pt:datavar="curr"/>
</pt:logic.foreach>
</pt:portletpage.portletregiondisplay>


Tag Information
Tag Nameportletregiondisplay

Attributes
NameTypeRequiredDefault ValueDescription
regioninttruenullThe ID of the portlet region to use with this data tag. Valid region values are 1, 2 or 3.
widthstringfalse100%Width of the region (only used in vertical mode). The value is set on the div's CSS style sheet so any valid CSS height values are accepted. The default value is 100%.
heightstringfalse100%Height of a region (only used in horizontal mode). The value is set on the div's CSS style sheet so any valid CSS height values are accepted. The default value is 100%.


Copyright 2005 Plumtree Software, Inc.