Siebel Developer's Reference > Siebel Web Engine Tags >

swe:this.TableId


This tag is used to create scrollable tab bars for screens and views. This tag is used to generate a unique ID for the HTML table tag that contains the tabs.

Usage

<swe:screenbar>

...

<table ID="swe:this.TableId" ...>

<swe:for-each-screen>

...

</swe:for-each-screen>

</table>

...

</swe:screenbar>

Restrictions

Use only in the HTML table tag that contains the screen, view, or subview tabs. Create this table tag within a swe:screenbar, swe:viewbar, or swe:subviewbar tag.

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