Every template has an index associated with it. The initial value of a template's index is always 0.
But I badly need to start counting from 1 instead of 0, because of inability to change a cgi.
That's how I do it for now:
- Code: Select all
<div repeat="0" style="display:none"></div>
<div repeat="template" id="myform">
...
<input>
<input>
...
</div>