You can specify the links that appear in the upper right corner of the Viewpoint header (for example, "Contact Us" and "Login/Logout"). Additionally, you can associate images with these links (for details, see Adding top link icons).
You can create top links by using the <top-link> element in the core.xml file.
<top-links> <top-link href='login?logout=true' target='thisWindow' label='Log out' /> </top-links>
Attributes and values for the <top-link> element are:
Value | Description |
---|---|
thisWindow | Exits the Viewpoint Web application and displays the new page in the same window as the link. |
newWindow | Opens the link in a new window. |
subFrame | Displays the link's contents in the Viewpoint application panel. |
To add/edit a top link
For example:
<top-links> <top-link href="login?logout=true" target="thisWindow" label="Logout" /> </top-links>
<top-links> <top-link href="login?logout=true" target="thisWindow" label="Logout"> <permission name="nav.logout" /> </top-link> </top-links>
Only users with the support.helpRequest permission can view the Support link, and only users with the manage.VPCs permission can view the Manage page.
Related topics