Show TOC Start of Content Area

Background documentation Framework Tag Library  Locate the document in its SAP Library structure

The framework tag library helps you create masthead and page title bar navigation iViews. The tags enable you to create standard links (such as for logging off) and display commonly used text strings (such as the current user’s name).

For all tags that create a link, the tag’s body is the text or image for the link.

None of the tags has attributes.

Tags for Masthead iViews

The masthead iView is generally used to display the current user’s name, links for logging off the portal and performing other tasks, and branding images and text.

The following tags are available:

Tag

Description

personalizePortalAnchor

Creates a link to open the personalize dialog for the portal.

newSessionAnchor

Creates a link to open a new session in the portal.

logInAnchor

Creates a link to log on to the portal.

logOffAnchor

Creates a link to log off the portal.

portalHelpAnchor

Creates a link to display help for the portal.

userFirstName

Displays the current user’s first name.

userLastName

Displays the current user’s last name.

welcomeTitle

Displays the default welcome message.

Note

The masthead tags require special JavaScript contained in the default masthead. To create your own masthead iView, either modify a copy of the default masthead or copy the JavaScript from the default masthead to your masthead.

Tags for Page Title Bar iViews

The page title bar iView is generally used to display the title of the current page and to display links for invoking page functions, such as refreshing or personalizing the page.

The following tags are available:

Tag

Description

pageDetailsAnchor

Creates a link to display information about the current page.

pageExpandAnchor

Creates a link to open the current page in a new window.

pageHelpAnchor

Creates a link to display help for the current page.

pagePersonalizeAnchor

Creates a link to open the personalize dialog for the current page.

pageRefreshAnchor

Creates a link to refresh the page.

addToBrowserFavoritesAnchor

Creates a link to add the current page to the browser’s favorites.

addToPortalFavoritesAnchor

Creates a link to add the current page to the portal favorites displayed in the navigation panel.

 

 

 

End of Content Area