Constructing Headers
This table describes the HTML definitions that the system uses to construct headers:
| HTML Definition | Description |
|---|---|
|
PORTAL_HP_TABS |
This is the HTML definition for all tabs. Use this HTML definition when more than one system tab exists for a user. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HOMEPAGE.FieldFormula.GetHPTabHTML(). |
|
PORTAL_HP_INACTIVE_TAB |
This is the HTML definition for the inactive tab. The inactive tab name is linked. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HOMEPAGE.FieldFormula.GetHPTabHTML(). |
|
PORTAL_HP_ACTIVE_TAB |
This is the HTML definition for the active tab. Only one active tab can exist. The tab name is static text. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HOMEPAGE.FieldFormula.GetHPTabHTML(). |
|
PORTAL_HP_PERSONALIZE_LINKS_TD |
This is the HTML definition for the Personalize Content and Personalize Layout links. This HTML definition is used only when more than one system tab exists for a user. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HOMEPAGE.FieldFormula.GetHPTabHTML(). |
|
PORTAL_HP_PERSONALIZE_LINKS |
This is the HTML definition for the Personalize Content and Personalize Layout links. This HTML definition is used only when one system tab exists for a user. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HOMEPAGE.FieldFormula.GetHPTabHTML(). |
|
PORTAL_HEADER_ADDTOFAVORITES |
This is the HTML definition for the Add To Favorites link. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HEADER.FieldFormula.GetUniHeaderHTML(). |
|
PORTAL_HEADER__ADDTOFAVSFORM |
This is the HTML definition for the Add to Favorites form. This form contains the PortalActualURL and PortalContentURL hidden fields. The Add to Favorites page uses these hidden fields to construct the content reference to the page to which you are adding a favorite (PortalContentURL) and a link back to the actual page (PortalActualURL). This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HEADER.FieldFormula.GetUniHeaderHTML(). |
|
PORTAL_HEADER_WL |
This is the HTML definition for the View Worklist link. This HTML definition is set up in WEBLIB_PORTAL.PORTAL_HEADER.FieldFormula.GetUniHeaderHTML(). |