A WODictionaryRepetition is a container element that repeats its contents (that is, everything between the <WEBOBJECT...> and </WEBOBJECT...> tags in the template file) for each entry in a dictionary. You can use a WODictionaryRepetition to create dynamically generated unordered lists or banks of check boxes or radio buttons.
WODictionaryRepetition {dictionary=aDictionary; item=anObject; key=aString; };
Dictionary of key-value pairs through which the WODictionaryRepetition iterates.
Current key in the dictionary. This attribute’s value is updated with each iteration.
Current object corresponding to the key in the dictionary. This attribute’s value is updated with each iteration.
Last updated: 2004-12-02