To insert the About named component:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The about node is under pageLayout Named Children in pageLayout.
The new link node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Insert About component -->
<about>
<link text="About ADF UIX" destination="http://www.oracle.com/uix/uixmain.html"/>
</about>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About PageLayout and its Named Children
Inserting a Copyright Component
Inserting a Privacy Component
Working with PageLayout and its Named Children
Copyright © 1997, 2004, Oracle. All rights reserved.