Toggle Bar Tag

This topic describes tags that you can use to configure the toggle bar. It includes the following topics:

The togglebar tag displays the toggle selection control in an applet template. It works similarly to how the <div od-type=viewbar> tag and the <div od-iterator=screenIterator>
 
tag work. For more information, see Viewbar Tag.

It uses the following format:

<div od-type=togglebar type="value"  property="value">

where:

  • type. If you set this attribute to:

    • Select. SWE displays the togglebar as an HTML Select control, which is supported in Siebel OpenUI. This control lists applet titles that the user can click to toggle applets.

  • property. If you set this attribute to FormattedHtml, then SWE displays the HTML Select control.

If you do not include this attribute, and if toggle applets are defined, then SWE uses the this tag in the body of this togglebar tag to display the select control. For more information, see This Tag.

You can use the property attribute only if you set the type attribute to Select.

If a toggle applet is not defined for the applet, then SWE ignores the togglebar tag.