+

Search Tips   |   Advanced Search

<portal-theme-ext/> tags


The <portal-theme-ext/> tags are used to provide extended functionality to enhance portal themes.

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-theme-ext:initthemepolicy/> Used to get the theme policy for the current page.
<portal-theme-ext:themeExtension/> Used to locate the theme extensiondefined by the plugin.xml.
<portal-theme-ext:themeExtensionLoop/> Used for iterating through all of the extensions defined in the plugin.xml.
<portal-theme-ext:themeExtensionItemTooltip/> Prints the tool tip for the extension if available.
<portal-theme-ext:themeExtensionItemText/> Prints the text associated with the extension.
<portal-theme-ext:themeExtensionItemUrl/> Streams the URL associated with the current ThemeLinkItem to the output stream.
<portal-theme-ext:themeExtensionItemIconUrl/> Create a URL for the extension icon.
<portal-theme-ext:themeExtensionRenderInclude/> Renders extensions which use the com.ibm.portal.theme.plugin.ThemeInclude interface.


Detailed descriptions of the <portal-theme/> tags

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


Syntax notes

Added a trailing space after every element. For example

In general, when use the trim function when using the length function


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-skin/> tags