Inserting a Privacy Component

To insert the privacy component:

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

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

  2. Right-click the privacy node and choose Insert inside privacy | link.

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

  3. In the Property Inspector, set the following attribute for the link component:

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

Example (UIX XML)


...
<pageLayout>
  
  <!-- Insert privacy component -->
  
  <privacy>
    <link text="Privacy Statement" destination="www.oracle.com/pr/private.html"/>
  </privacy>
  
  <!-- REST OF PAGE LAYOUT -->
  
</pageLayout>
...    

About PageLayout and its Named Children

Inserting an About Component
Inserting a Copyright Component
Working with PageLayout and its Named Children

 

Copyright © 1997, 2004, Oracle. All rights reserved.