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:

<div od-type="layout" viewDisplayMode="view_mode" appletDisplayMode="applet_mode" appletDisplaySize="size"/>

where:

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

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

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

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

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

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

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