Using InContextBranding

Note: You cannot have inContextBranding in expanded mode. When inContextBranding is on the page with productBranding in expanded mode, then the productBranding area moves up to the side of the corporateBranding area.

To use inContextBranding:

  1. In the Design Structure Window of the desired file, expand the pageLayout or pageHeaderLayout node to locate the inContextBranding named child node.
  2. Right-click inContextBranding and insert inside the inContextBranding node the desired component, e.g., formattedText.
  3. In the Property Inspector, set the following attributes for the component you inserted.

Example (UIX XML)


...
<pageLayout>
  
  <!-- inContextBranding area -->
  
 <inContextBranding>
   <formattedText text="Customer &lt;b&gt;ABCXYZ Inc. - Menlo Park&lt;/b&gt;"
                  styleUsage="inContextBranding" />
 </inContextBranding>
<!-- REST OF PAGE LAYOUT --> </pageLayout> ...

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

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

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

 

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