j
k
j a
j l
<select> <dtml-in sequence> <option value="whatever"> <for loop=0 to entry-indent-value> </for> <entry-string-value> </dtml-in> </select>
instead of `for' use : <dtml-in "_.range(0,_['entry-indent-value'])"> ... </dtml-in> PM
Back to the thread
Back to the list