Note: You can insert a header within a header component, that is, create a subheader.
To insert a section in a page using the header component:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form.
The header node is inserted and highlighted in the Design Structure Window. The Property Inspector displays the properties of the header component.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Create Headers -->
<contents>
<header text="Developing ADF UIX Applications">
<contents>
<!-- Add content here -->
</contents>
</header>
<header text="Deploying ADF UIX Applications">
<contents>
<!-- Add content here -->
</contents>
</header>
<header text="This one has subheaders">
<contents>
<header text="Subheader">
<contents>
<header text="Subsubheader">
<contents>
<!-- Add content here -->
</contents>
</header>
</contents>
</header>
</contents>
</header>
</contents>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About Header
About HideShowHeader
Inserting a HideShowHeader
Component
Working with Layout
Components
Copyright © 1997, 2004, Oracle. All rights reserved.