Inserting a ProductBranding Image

Note: If chromeType is set to compact (default), productBranding will be shown alongside corporateBranding. In expanded mode, productBranding will be shown below corporateBranding. You cannot have inContextBranding in expanded mode. If you include inContextBranding, then productBranding automatically renders next to the corporateBranding.

To insert a productBranding image:

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

    The productBranding node is under pageLayout Named Children in pageLayout. or pageHeaderLayout Named Children in pageHeaderLayout .

  2. Right-click the productBranding node and choose Insert inside productBranding | image .

    The Insert image dialog displays for you to enter the required source property, and other properties if desired.

  3. Enter the URI that specifies the location of the image to display.

  4. Click OK when done.

    The new image node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.

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

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

Example (UIX XML)


...
<pageLayout>
  
  <!-- Product branding image -->
  
  <productBranding>
    <image source="images/productbrand.gif shortDesc="Product branding image"/>
  </productBranding>
  
  <!-- REST OF PAGE LAYOUT -->
  
</pageLayout>
...    

About PageHeaderLayout and its Named Children
About PageLayout and its Named Children

Using InContextBranding
Inserting a ProductBranding Component
Inserting a Cobranding Image
Inserting a CorporateBranding Image
Inserting a LargeAdvertisement Image
Inserting a MediumAdvertisement Image

Working with PageHeaderLayout and its Named Children
Working with PageLayout and its Named Children

 

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