Inserting an About Component

To insert the About named component:

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

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

  2. If the Property Inspector is not visible, choose View | Property Inspector.
  3. Right-click the about node and choose Insert inside about | link.

    The new link node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.

  4. In the Property Inspector, set the following attributes for the link component:

Note: To use data binding, see Data Binding a Component Attribute.

Example (UIX XML)


...
<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.