+

Search Tips   |   Advanced Search

<portal-skin/> tags


The <portal-skin/> tags are used to build a portlet title bar as well as make various functional icons available in the title bar.

The following table provides a brief description of each tag.

Do not use portal tags in portlet JSPs. The following tags are only for use in theme and skin JSPS.

Tag Description
<portal-skin:layoutNodeLoop/> Generates the markup for the area of the portal page that includes the portlets. This tag should be used only in skin JSPs.
<portal-skin:layoutNodeProperty/> Displays the value of a property of a given layout node or exposes the value of the property in a scripting variable.
<portal-skin:layoutNodeRender/> Renders an element of the layout model. This tag should be used only within a <portal-skin:layoutnodeLoop/>.
<portal-skin:portletBack/> Used to render a link in the portlet title bas that allows the user to set the portlet to the previously known mode. This tag should be used only in skin JSPs
<portal-skin:portletConfigure/> Used to render the icon in the portlet title bar to allow the administrator to configure the portlet. This tag should be used only in skin JSPs.
<portal-skin:portletEdit/> Used to render the icon in the portlet title bar to allow the user to edit the portlet. This tag should be used only in skin JSPs.
<portal-skin:portletEditDefaults/> Used to render the icon in the portlet title bar to allow the user to edit the portlet. This tag should be used only in skin JSPs.
<portal-skin:portletHelp/> Used to render the icon in the portlet title bar to display portlet help. This tag should be used only in skin JSPs.
<portal-skin:portletMaximize/> Used to render the icon in the portlet title bar to allow the user to maximize the portlet. This tag should be used only in skin JSPs.
<portal-skin:portletMinimize/> Used to render the icon in the portlet title bar to allow the user to minimize the portlet. This tag should be used only in skin JSPs.
<portal-skin:portletRender/> Renders portlet content into the layout of the page that is currently being generated. This tag should be used only in skin JSPs.
<portal-skin:portletRestore/> Used to render the icon in the title bar to allow the user to restore the portlet to its original state. This tag should be used only in skin JSPs.
<portal-skin:portletTitle/> Writes the title for a portlet. This tag should be used only in skin JSPs.
<portal-skin:urlParent/> Create a URL that supports one of the following surrounding tags.


Detailed descriptions of the <portal-skin/> tags

The following section provides detailed descriptions of the <portal-skin/> JSP tags:


Parent: Tags used by the portal JSPs
Related:
<portal-core/> tags
<portal-dynamicui/> tags
<portal-fmt/> tags
<portal-logic/> tags
<portal-navigation/> tags
<portal-showtools/> tags
<portal-theme-ext/> tags