Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
This topic describes the most commonly used tags in the portal JSPs. Use these tags to modify the appearance and layout of the portal page.
The following links provide topics with summary descriptions of each tag - grouped by tag type. Each separate topic also provides more complete tag descriptions as well as code examples:
Note: Do not use portal tags in portlet JSPs.. The tags mentioned are only for use in theme and skin JSPs.<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-navigation" prefix="portal-navigation" %> <%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-dynamicui" prefix="portal-dynamicui" %> <%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-logic" prefix="portal-logic" %> <%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-core" prefix="portal-core" %> <%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-fmt" prefix="portal-fmt" %>The following taglib declarations must be provided to the parent JSP of the skin - in addition to the ones in the theme:
<%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-skin" prefix="portal-skin" %> <%@ taglib uri="http://www.ibm.com/xmlns/prod/websphere/portal/v6.1/portal-showtools" prefix="portal-showtools" %>Notes: