Using IconKey

To insert an iconKey component:

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

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

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

Example in UIX XML


...
<pageLayout>
  <pageStatus>
    <iconKey name="required"/>
  </pageStatus>
  ...
</pageLayout>
...    

About IconKey

Working with Simple and Miscellaneous Components

 

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