Siebel Developer's Reference > SWE Tags >

swe:this.Id


Purpose

Used to create scrollable tab bars for screens and views. This tag is used to generate a unique ID for the HTML <TD> tag that contains each tab.

Usage

<swe:screenlink>

<td id="swe:this.Id" ...>

...

</td>

</swe:screenlink>

Restrictions

Should only be used in the HTML <TD> tag that contains a screen, view, or subview tab. This <TD> tag should be created within a <swe:screenlink> or <swe:viewlink> tag.

Siebel Developer's Reference