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

Applet Layout Tag


The applet layout tag controls the layout of an applet. You can use it to determine the HTML content that SWE displays according to the current view layout mode and layout preferences. It uses the following format. You must specify at least one attribute:

<swe:layout viewDisplayMode="view_mode" appletDisplayMode="applet_mode" appletDisplaySize="size"/>

where:

  • viewDisplayMode. Optional. You can use one of the following values:
    • Layout. SWE displays the tag only if Siebel CRM is in Edit View Layout mode.
    • Show. SWE displays the tag only if Siebel CRM is not in Edit View Layout mode.

      If you do not include the viewDisplayMode attribute, then SWE displays the tag regardless of the Edit View Layout mode.

  • appletDisplayMode. Optional. You can use one of the following values:
    • Show. SWE displays the tag only if the applet is visible.
    • Hide. SWE displays the tag only if the applet is hidden.

      If you do not include the appletDisplayMode attribute, then SWE displays the tag regardless of applet visibility.

  • appletDisplaySize. Optional. You can use one of the following values:
    • Min. SWE displays the tag only if the applet is minimized.
    • Max. SWE displays the tag only if the applet is maximized.

      If you do not include the appletDisplaySize attribute, then SWE displays the tag regardless of applet display size.

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