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

Examples of Using the Togglebar Tags


The following code displays toggle applets as a select control:

<swe:togglebar type="Select" >
<table>
<tr>
<td> <swe:control id="1" property="DisplayName"> </td>
<td> <swe:this property="FormattedHtml"/> </td>
</tr>
</table>
</swe:togglebar>

where:

  • SWE uses the control to create a label that is similar to the following. It places this control before the select control:

    Show:

The following code displays the toggle applets as tabs or links:

<swe:togglebar>
<table>
<tr>
<td><swe:togglelink property="FormattedHtml"> <swe:togglename> </swe:togglelink>
</td>
</tr>
</table>
</swe:togglebar>

Siebel Developer's Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.