Table of Contents
Previous Section
WORepetition {list=anObjectList; item=anIteratedObject; [index=aNumber;] [identifier=aString;] ... };
WORepetition {count=aNumber; [index=aNumber;] ... };
Description
A WORepetition is a container element that repeats its contents (that is, everything between the <WEBOBJECT...> and </WEBOBJECT...> tags in the template file) a given number of times. You can use a WORepetition to create dynamically generated ordered and unordered lists or banks of check boxes or radio buttons.