Inserting a Tip

To insert a tip component:

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

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

  3. Right-click the tip node and choose Insert inside tip to add an indexed child component, e.g., formattedText.
  4. In the Property Inspector, set the attributes for the indexed child component.

Examples (UIX XML)


...
<tip>
  <contents>
    Don't forget to go to the &nbsp;
    <link text="Oracle" destination="http://www.oracle.com"/>
    &nbsp; website!
  </contents>
</tip>
...
<tip>
  <contents>
    <formattedText text="This is formattedText."
                   styleUsage="inContextBranding">
      <inlineStyle>
        <property name="font-size">28</property>
      </inlineStyle>
    </formattedText>
  </contents>
</tip>
...    

About Tip

Working with Simple and Miscellaneous Components

 

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