trainを作成するには、次のようにします。
「pageLayout」ノードが表示されない場合は、「page」->「content」->「dataScope」->「document」->「body」->「form」と開きます。「location」ノードは、「pageLayout」の「pageLayout-名前付きの子」の下にあります。
「train」ノードが、「location」ノードの下に挿入され、強調表示されます。
「link」ノードが、開かれている「train」ノードの下に挿入され、強調表示されます。
プロパティ・インスペクタで、trainコンポーネントのプロパティが表示されます。
注意:
データ・バインディングを使用するには、「コンポーネント属性のデータ・バインディング」を参照してください。
...
<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>
...
breadCrumbsの作成
ナビゲーション・コンポーネントの使用
レイアウト・コンポーネントの使用
Copyright © 1997, 2004, Oracle. All rights reserved.