Creating a Train

To create a train:

  1. In the Design Structure Window of the desired file, expand the pageLayout node to locate the location node.

    If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The location node is under pageLayout Named Children in pageLayout.

  2. In the Component Palette, select Navigation Components from the dropdown list, and then drag and drop the train component from the list to the location node.

    The train node is inserted and highlighted under the location node.

  3. Right-click the train node and choose Insert inside train | link.

    The link node is inserted and highlighted under the expanded train node.

  4. In the Property Inspector, set the following attributes for the link component you inserted:
  5. Repeat steps 3 and 4 to add the desired number of links.
  6. In the Design Structure Window, select the train node.

    The Property Inspector displays the properties of the train component.

  7. In the Property Inspector, set the following attributes for the train component:

Notes:

Example (UIX XML)


...
<pageLayout>
  <contents/>
  <location>
    <train value="4" formSubmitted="true" destination="http://www.oracle.com/products/shop/mainshop.html" id="TrainControl">
      <contents>
        <link text="Shop"/>
        <link text="Place Order"/>
        <link text="Enter Shipping Address"/>
        <link text="Pay Online"/>
        <link text="Sumbit Order"/>
      </contents>
    </train>
  </location> 
  
  <!-- REST OF PAGE LAYOUT-->
  
</pageLayout>
...    

About Train
About Breadcrumbs

Creating Breadcrumbs
Working with Navigation Components
Working with Layout Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.