Siebel Developer's Reference > SWE Tags >

swe:this.TableId


Purpose

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

Should only be used in the HTML <TABLE> tag that contains the screen, view, or subview tabs. This <TABLE> tag should be created within a <swe:screenbar>, <swe:viewbar>, or <swe:subviewbar> tag.

Siebel Developer's Reference