Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Configuring Siebel Business Applications > About Siebel Web Templates and Siebel Tags > About Siebel Tags > About Iterator TagsAn iterator tag is a type of Siebel tag that defines the number of times the tag must iterate the contents of the iterator tag. For example, if you use the same HTML and Siebel tags with controls or page items that contain different values for the Id parameter, then you can use the following <div od-prefix> tag to reduce the size of the template files: <div od-prefix="<id attr>" od-iterator="<iteratorName>" od-id="[startValue:count]"> You can use the following iterator tags:
The <div od-prefix> tag includes the following attributes:
Determining the Current Value of the IteratorThe name defined in the iteratorName attribute determines the current value of the iterator. The section that the <div od-iterator="<tag>Iterator>" tag encloses includes this name. To determine the current value of the iterator
You can use the <od-attr-currentid>+x tag to reference a value that is an increment over the current value. The following code is an example of this usage: <div od-prefix od-id="[2301:50]" od-iterator="currentId"> <div od-type="control" id="od-attr-currentId"> <!--od section control close-> <div od-type="control" id="od-attr-currentId+100"/> |
![]() ![]() |
Configuring Siebel Business Applications | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |