To set vertical spacing between items in a sideBar:
If the separator node is not visible, expand page | content | dataScope | document | body | form | Named Children | start | sideBar | styledList | Named Children.
The spacer node is inserted under separator.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Level 3 Navigation -->
<start>
<sideBar>
<contents>
<styledList>
<separator>
<spacer height="10"/>
</separator>
<contents>
<styledItem>
<contents>
<link text="Beverages" destination="http://www.oracle.com" />
</contents>
</styledItem>
<styledItem>
<contents>
<link text="Canned Goods" destination="http://www.oracle.com" />
</contents>
</styledItem>
...
</contents>
</styledList>
</contents>
</sideBar>
</start>
<!-- REST OF PAGE LAYOUT-->
</pageLayout>
...
About TabBar, GlobalHeader, SideBar,
and SubTabBar
About
GlobalButton
Inserting a Component Above the
Indexed Children of a SideBar Using Filter
Setting a Style for Items in a SideBar
Creating a TabBar
Creating a
GlobalHeader
Creating a SideBar
Creating a SubTabBar
Working with Navigation Components
Copyright © 1997, 2004, Oracle. All rights reserved.