To create breadcrumbs:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The location node is under pageLayout Named Children in pageLayout.
The breadCrumbs node is inserted and highlighted under the location node.
The link node is inserted and highlighted under the expanded breadCrumbs node.
The Property Inspector displays the properties of the breadCrumbs component.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<contents/>
<location>
<breadcrumbs orientation="vertical">
<contents>
<link text="some text for breadcrumb link" destination="www.oracle.com"/>
<link text="some text for breadcrumb link" destination="www.oracle.com"/>
<link text="some text for breadcrumb link" destination="www.oracle.com"/>
</contents>
</breadcrumbs>
</location>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
Creating a Train
Working with Navigation Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.