To insert a mediumAdvertisement image:
The mediumAdvertisement node is under pageLayout Named Children in pageLayout. or pageHeaderLayout Named Children in pageHeaderLayout .
The Insert Image dialog displays for you to enter the required source property, and other properties if desired.
Enter the URI that specifies the location of the image to display.
The new image node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
Note: To use data binding, see Data Binding a Component Attribute.
... <pageLayout> <!-- Medium Advertising image --> <mediumAdvertisement> <image source="images/mediumAd.gif" shortDesc="medium ad" destination="http://www.oracle.com" /> </mediumAdvertisement>
<!-- REST OF PAGE LAYOUT --> </pageLayout> ...
About PageHeaderLayout and
its Named Children
About
PageLayout and its Named Children
Inserting a Cobranding Image
Inserting a CorporateBranding Image
Inserting a LargeAdvertisement Image
Inserting a ProductBranding Image
Working with PageHeaderLayout
and its Named Children
Working with PageLayout and its Named Children
Copyright © 1997, 2004, Oracle. All rights reserved.