Inserting an Image

To insert an image component:

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

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

  3. In the Property Inspector, set the following attributes for the image component:

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

Example (UIX XML)


...
<image source="images/globalhelp.gif"
       shortDesc="help"
       hAlign="center"
       destination="http://www.oracle.com"
       height="50"
       width="50"/>
...    

About Image

Working with Simple and Miscellaneous Components

 

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