THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Using form components in a repeater
Note |
---|
Due to the dynamic nature of such repeaters as ListView, RefreshingView, and DataView you may want to use a less dynamic repeater such as RepeatingView to build your form. However, if you do need a really dynamic form where rows come and go on the fly then see below... |
You can put anything in the repeater, including FormComponents. You can bind values to the form components through IModels just as if they were in a regular form.
...