You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add option for a group to repeat n times.
the trick here is that the count value can be based on a previous node. it'd be
useful to let people pick that node, or specify a custom value.
<instance>
<data>
<repeat_count_a>2</repeat_count_a>
<repeat_node_a>
<repeat_string_a/>
</repeat_node_a>
</data>
</instance>
<bind nodeset="/data/repeat_count_a" type="integer"/>
<bind nodeset="/data/repeat_node_a"/>
<bind nodeset="/data/repeat_node_a/repeat_string_a" type="string"/>
<group>
<label>repeat node a</label>
<repeat nodeset="/data/repeat_node_a" jr:count="/data/repeat_count_a">
<input ref="/data/repeat_node_a/repeat_string_a">
<label>this should repeat <output value="/data/repeat_count_a"/> times and finish</label>
</input>
</repeat>
</group>
Original issue reported on code.google.com by yanokwa on 11 Jul 2011 at 7:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
yanokwa
on 11 Jul 2011 at 7:13The text was updated successfully, but these errors were encountered: