To insert a tip component:
The tip node is inserted and highlighted under the expanded parent node.
...
<tip>
<contents>
Don't forget to go to the
<link text="Oracle" destination="http://www.oracle.com"/>
website!
</contents>
</tip>
...
<tip>
<contents>
<formattedText text="This is formattedText."
styleUsage="inContextBranding">
<inlineStyle>
<property name="font-size">28</property>
</inlineStyle>
</formattedText>
</contents>
</tip>
...
Working with Simple and Miscellaneous Components
Copyright © 1997, 2004, Oracle. All rights reserved.