Siebel Developer's Reference > Siebel Web Engine Tags > Program Logic Tags >

Iterate Rows Tag


The <div od-iterator="row"> tag iterates each record that SWE displays in a list applet. It creates columns of data that SWE displays in a list applet. It uses the following format:

<div od-iterator="row" od-id="[0:<count-1>]"/>

where:

  • count. Specifies the maximum number of records to iterate. If the number of records that the list applet contains is less than this count, then the tag only iterates for the number of records that the list applet contains.

You can use this tag only in a Base template for a list applet.

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