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:

<div od-type="screenbar">
...
<table ID="od-context-TableId" ...>
<div od-iterator="screenIterator">
...
<!--od section iterator close->
</table>
...
<!--od section screenbar close->

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 © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.