To create tabs in a tabBar:
The tabs node is under pageLayout Named Children in pageLayout. or pageHeaderLayout Named Children in pageHeaderLayout .
The tabBar node is inserted under the expanded tabs node.
The new link node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Tabs are displayed in sequence horizontally; the first tab in the sequence is numbered 0, the second tab is numbered 1, and so on. More than seven tabs on a page is undesirable because the information may be obscured from view without additional scrolling.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Level 1 Navigation -->
<tabs>
<tabBar selectedIndex="1">
<contents>
<link text="Home" destination="http://www.oracle.com"/>
<link text="Shopping Cart" destination="http://www.oracle.com"/>
<link text="Order History" disabled="true"/>
</contents>
</tabBar>
</tabs>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
About TabBar, GlobalHeader, SideBar,
and SubTabBar
About
GlobalButton
About PageHeaderLayout and its Named Children
Creating a GlobalHeader
Creating a SideBar
Creating a
SubTabBar
Working with
Navigation Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.