Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
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 that are defined by the plugin.xml. |
<portal-theme-ext:themeExtensionLoop/> | Used for iterating through all of the extensions that are 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. |
The following section provides detailed descriptions of the <portal-theme/> JSP tags:
Parent topic: Tags used by the portal JSPs