Using Footer and its Named Children

To insert a footer component:

  1. In the Design Structure Window of the desired file, locate the node in which you wish to insert a footer component.
  2. In the Component Palette, select Miscellaneous Components from the dropdown list, and then drag and drop the footer component to the parent node of your choice.

    The footer node is inserted and highlighted under the expanded parent node.

To insert a link component in a footer:

  1. In the Design Structure Window of the desired file, right-click the footer node and choose Insert inside footer | link .

    The link node is inserted and highlighted under the expanded parent node.

  2. Set the attributes for the link component in the Property Inspector.

To insert footer named children:

  1. In the Design Structure Window of the desired file, expand the footer node to uncover the footer named children nodes.
  2. Right-click a footer named child node (e.g., about ) and choose Insert inside <named child>... to insert the appropriate child component.
  3. Set the attributes for the child component in the Property Inspector.

Example in UIX XML


...
<footer>
  <copyright>
    This is the copyright statement
  </copyright>
  <privacy>
    This is the privacy statement
  </privacy>
  <contents>
    <link text="UIX Components"
          destination="http://www.oracle.com"/>
    <link text="Business Components"
          destination="http://www.oracle.com"
          selected="true"/>
    <link text="UIX Servlet"
          destination="http://www.oracle.com"
          disabled="true"/>
  </contents>
</footer>
...    

About Footer and its Named Children

Working with Simple and Miscellaneous Components

 

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