Siebel Developer's Reference > Siebel Web Engine Tags > Threadbar Tags >

Example of Using the Threadbar Tags


To use a threadbar, you insert threadbar tags in an appropriate SWT file. For example:

<swe:threadbar>
... HTML ...
<swe:for-each-thread>
... HTML...
<swe:threadlink property="FormattedHtml">
<span class="threadbar"><nobr><swe:this property="Title"/></nobr></span>
</swe:threadlink>
... HTML ...
<swe:stepseparator>
<span class="threadbardiv">&nbsp;&gt;&nbsp;</span>
</swe:stepseparator>
... HTML ...
</swe:for-each-thread>
... HTML ...
</swe:threadbar>

This code creates the following threadbar:

Home > Consumer:PCs > PCs:Laptops

If your Siebel Business Application:

  • Uses frames. Put the tags in the swt file that contains the view bar frame or the swt file that contains the view frame.
  • Does not use frames. Put the tags in a container page, such as the CCPageContainer.swt file.
Siebel Developer's Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.