Changes for page WORepetition

Last modified by Pascal Robert on 2012/01/30 22:24

From version 9.1
edited by Pascal Robert
on 2012/01/30 22:24
Change comment: There is no comment for this version
To version 10.1
edited by Pascal Robert
on 2012/01/30 22:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc}}{{/toc}}
1 +{{toc/}}
2 2  
3 3  = Introduction =
4 4  
... ... @@ -23,10 +23,26 @@
23 23  
24 24  = Bindings =
25 25  
26 -| list | Array of objects that the WORepetition will iterate through. Ideally, this should be an immutable array. If you must pass a mutable array, your code must not alter the array while the WORepetition is iterating through it.
27 -| item | Current item in the list array. (This attribute's value is updated with each iteration.)
28 -| index | Index of the current iteration of the WORepetition. (This attribute's value is updated with each iteration.
29 -| count | Number of times this element will repeat its contents.
26 +|(((
27 +list
28 +)))|(((
29 +Array of objects that the WORepetition will iterate through. Ideally, this should be an immutable array. If you must pass a mutable array, your code must not alter the array while the WORepetition is iterating through it.
30 +)))
31 +|(((
32 +item
33 +)))|(((
34 +Current item in the list array. (This attribute's value is updated with each iteration.)
35 +)))
36 +|(((
37 +index
38 +)))|(((
39 +Index of the current iteration of the WORepetition. (This attribute's value is updated with each iteration.
40 +)))
41 +|(((
42 +count
43 +)))|(((
44 +Number of times this element will repeat its contents.
45 +)))
30 30  
31 31  = Examples =
32 32  
... ... @@ -34,18 +34,12 @@
34 34  
35 35  == WOD-style ==
36 36  
37 -{{code}}
53 +{{code/}}
38 38  
39 -
40 -{{/code}}
41 -
42 42  == Inline bindings (WOOGNL) ==
43 43  
44 -{{code}}
57 +{{code/}}
45 45  
46 -
47 -{{/code}}
48 -
49 49  = Related documents =
50 50  
51 -[[ERXWORepetition>>http:wocommunity.orgdocumentsjavadocwonderlatesterextensionscomponents_privateERXWORepetition.html]]
61 +ERXWORepetition (http:/wocommunity.org/documents/javadoc/wonder/latest/er/extensions/components/_private/ERXWORepetition.html)