Inserting a Copyright Component

To insert the copyright component:

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

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

  2. Right-click the copyright node and choose Insert inside copyright | text.

    The new text 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 text component:

    The text component is typically data bound.

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

Example (UIX XML)


...
<pageLayout>
  
  <!-- Insert copyright component -->
  
  <copyright>
    <text text="${someResourceBundle.welcomeKey}"/>
  </copyright>
  
  <!-- REST OF PAGE LAYOUT -->
  
</pageLayout>
...    

About PageLayout and its Named Children

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

 

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