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

Screen Link Tag


The screenlink tag defines the link that the user clicks to navigate to the screen. It uses the following format:

<swe:screenlink state="value" property="value" htmlAttr="value"/>

where:

  • state. Optional. Can include one of the following values:
    • Active. Use this tag only if the current view name identifies the currently active view.
    • Inactive. Use this tag only if the current view name does not identify the currently active view.

      If you do not include the state attribute, then SWE uses this tag for all views.

  • property. Optional. You can only use FormattedHtml as the value for this attribute. It creates the HTML that defines the link. If you do not include this attribute, then SWE creates no output.
  • htmlAttr. Optional. Add more HTML attributes to the HTML tag.

To conditionally display different HTML for active and inactive views, you can specify the screenlink tag without the property attribute but with a value for the state attribute. If you do not include the property attribute, then you can use the this tag to display the property in the body of the screenlink tag. For more information, see This Tag.

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