<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.
Note: Do not use portal tags in portlet JSPs.. The tags mentioned below 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 extensions defined 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/> Creates 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:

<portal-theme-ext:initthemepolicy/>

<portal-theme-ext:themeExtension id=" id_name"/>

<portal-theme-ext:themeExtensionLoop/>

<portal-theme-ext:themeExtensionItemTooltip/>

<portal-theme-ext:themeExtensionItemText/>

<portal-theme-ext:themeExtensionItemUrl"/>

<portal-theme-ext:themeExtensionItemIconUrl state=" filename_state"/>

<portal-theme-ext:themeExtensionRenderInclude/>


Parent

Tags used by the portal JSPs


portal-core tags
portal-dynamicui tags
portal-fmt tags
portal-logic tags
portal-navigation tags
portal-showtools tags
portal-skin tags

 


+

Search Tips   |   Advanced Search