|
Definition of Whitebeam XML Tags
|
rb:repeatfor
Repeat a block of XML multiple times BodyThe body of this tag comprises the XML that is to be repeated by in the generated document. Any XML/HTML is valid Attributes
Attribute |
Required |
Description | expr | required |
The loop control expression. This has the same format as the controlling expression for a JavaScript 'for' loop.
|
Remarks Use of this tag will evaluate the JavaScript expression contained in the 'expr'
attribute and repeat the tag for each property defined by expr. See rb:block
for sn example of its use.
|
|
(loadtime : 11ms) |