My webMethods Server 10.3 | My webMethods Server Webhelp | My webMethods Server Portlet Reference | Page and Portlet Development | Portlet-in-Portlet Portlet
 
Portlet-in-Portlet Portlet
Portlet Title
Portlet-in-Portlet
Portlet Name
wm_portletinportlet
Portlet File Name
wm_portletinportlet.pdp
Top-level Folder
default
JSR168 Portlet?
No
Alias
portlet.portletinportlet
Default Instances of the portlet
None
Page Components. A page developer adds this portlet to a page to display the contents of another page within the portlet.
For example, if the page developer adds this portlet to the Public Folders page and configures it to display the current user's home folder, when an end user views the Public Folders page it would contain that user's home folder.
Properties
Portal Page (proxyThingID)
Identifies the page to display. Specify the URI or alias of the page. If the property has no value, the portlet displays no content.
Renderer (subrenderer)
Indicates how to display the portlets within the page, either altogether like a shell section or separately, each with their own title bar and portlet borders like a portal page. Specify one of the following:
*portletinportlet – Default. Display all portlets in the page together like a shell section.
*pageinportlet – Display the portlets in the page each with their own title bar and portlet border like a portal page.
Auto-Positioned Portlets (displayHobos)
Indicates whether to display or hide auto-positioned portlets, which are portlets that are not specifically positioned in a row and column. Specify one of the following:
*true – Display auto-positioned portlets.
*false – Default. Hide auto-positioned portlets.
Only Display Portlets With These Attributes (displayOnly)
Identifies the portlets in the page that should be rendered, based on the custom attributes of the rows or columns containing those portlets. Each portlet on the page will be rendered only if that portlet is contained by a row or column that has at least one of the attribute values specified by this property.
Specify the attributes in a comma-separated values (CSV) format. If the property has no value, all portlets in the page will be rendered, except hobos if the displayHobos property is set to true, or portlets in rows or columns with the attributes specified by the displayNot property.
Don't Display Portlets With These Attributes (displayNot)
Identifies the portlets in a page that should not be rendered, based on the custom attributes of the rows or columns containing those portlets. Each portlet on the page will be rendered only if it is contained by a row or column that does not have any of the attribute values specified by this property.
Specify the attributes in a comma-separated values (CSF) format. If the property has no value, all portlets in the page will be rendered, except hobos if the displayHobos property is set to true, or portlets in rows or columns without the attributes specified by the displayOnly property.