To create a globalHeader:
The pageHeader node is under pageLayout Named Children in pageLayout. or pageHeaderLayout Named Children in pageHeaderLayout .
The globalHeader node is inserted under the expanded pageHeader node.
The new link node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Headings are displayed in sequence horizontally; the first header in the sequence is numbered 0, the second header is numbered 1, and so on. More than seven headings on a page is undesirable because the information may be obscured from view without additional scrolling.
Tip: If you're not using tabs on a page, you can use the text attribute of globalHeader to set a name for the page.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Level 2 Navigation -->
<pageHeader>
<globalHeader selectedIndex="1">
<contents>
<link text="Deli" destination="http://www.oracle.com"/>
<link text="Grocery Store" destination="http://www.oracle.com"/>
<link text="Drug Store" destination="http://www.oracle.com"/>
</contents>
</globalHeader>
</pageHeader>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
About TabBar, GlobalHeader, SideBar,
and SubTabBar
About
GlobalButton
About PageHeaderLayout and its Named Children
Creating a TabBar
Creating a SideBar
Creating a
SubTabBar
Working with
Navigation Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.