Portlet Page Tags for Adaptive Layout
Tag portletregiondata


Creates a tag data variable with a list of portlets. Other display tags, such as portletpage.portletdisplay use this data to display the portlet content. This tag works on MyPages and Community pages. The following properties can be accessed from this tag:
<pt:portletpage.portletregiondata pt:key="var1" pt:region="1"/>
<pt:logic.foreach pt:data="var1" pt:var="curr">
<pt:portletpage.portletdisplay pt:datavar="curr"/>
</pt:logic.foreach>


Tag Information
Tag Nameportletregiondata

Attributes
NameTypeRequiredDefault ValueDescription
keystringtruenullThe ID of the tag data variable where the portlet information is set.
regioninttruenullThe portlet region index to use with this data tag. Valid region values are 1, 2 or 3.
scopestringfalseportlet requestThe scope used to store the tag data variable. Only tag and portlet request scopes are valid for this tag as it relies on the Community Page Model. See the Logic tag library for further information on scope.


Copyright 2005 Plumtree Software, Inc.