+

Search Tips   |   Advanced Search

<portal-showtools/> tags


The <portal-showtools/> tags are used to provide administrative tools on the theme and skin level.

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-showtools:portletDelete/> Used to render the icon in the portlet title bar to remove the portlet from the page. This tag should be used only in skin JSPs.
<portal-showtools:portletMoveDown/> Used to render the icon in the portlet title bas that allows the user to move the portlet down on the page. This tag should be used only in skin JSPs.
<portal-showtools:portletMoveLeft/> Used to render the icon in the portlet title bas that allows the user to move the portlet to the left on the page. This tag should be used only in skin JSPs.
<portal-showtools:portletMoveRight/> Used to render the icon in the portlet title bas that allows the user to move the portlet to the right on the page. This tag should be used only in skin JSPs.
<portal-showtools:portletMoveUp/> Used to render the icon in the portlet title bas that allows the user to move the portlet up on the page. This tag should be used only in skin JSPs.


Detailed descriptions of the <portal-showtools/> tags

The following section provides detailed descriptions of the <portal-showtools/> 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-skin/> tags
<portal-theme-ext/> tags