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

This Table Id Tag


The this.TableId tag creates scrollable tab bars for a screen or view. It creates a unique ID for the HTML table tag that contains the tabs. It uses the following format:

<swe:screenbar>
...
<table ID="swe:this.TableId" ...>
<swe:for-each-screen>
...
</swe:for-each-screen>
</table>
...
</swe:screenbar>

You can use the this.TableId tag only in the HTML table tag that contains the screen, view, or subview tabs. You can add it any one of the following tags:

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