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

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 viewbar tag and the for-each-screen tag works. For more information, see View Bar Tag and For Each Screen Tag.

It uses the following format:

<swe:togglebar type="value" property="value">

where:

  • type. If you set this attribute to:
    • Select. SWE displays the togglebar as an HTML Select control. This control lists applet titles that the user can click to toggle applets.
    • Any value other than Select. To create a toggle link or tab, SWE can use the for-each-toggle, togglelink, and togglename tags in the body of the togglebar tag. This configuration is similar to how SWE uses the for-each-view, viewlink, and viewname tags. For more information, see View Tags.
  • 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.

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