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

For Each Screen Tag


The for-each-screen tag creates a screen bar. It iterates the screens that the Page Tab property of the application object defines. The sequence value of each screen determines the tab order. This tag uses the following format:

<swe:for-each-screen>
... HTML ...
<swe:screenlink property property="property_name" state="property_state">
... HTML ....
<swe:screenname/>
... HTML ...
</swe:screenlink>
... HTML ...
</swe:for-each-screen>

This tag does not include any attributes.

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