[ZDP] Re: Ordering objects and ZDP Tools (again)

Tom Deprez tom.deprez@uz.kuleuven.ac.be
Tue, 14 Mar 2000 10:43:09 +0100


>> 
>> I don't know what a "records" field is.
>
>Whoops, sorry. This is a form like the following example:
><tr><td>
><input type=""hidden" name="item.id:string:records" value="<dtml-var
>id>">
><input type="text" name="item.name:string:records">
><input type="text" name="item.<whatever>:<string|int|list|...>:records">
></tr>
><tr><td>
><input type=""hidden" name="item.id:string:records" value="<dtml-var
>id>">
><input type="text" name="item.name:string:records">
><input type="text" name="item.<whatever>:<string|int|list|...>:records">
></tr>
> .
>.
> .
>
>These are used by ZOpe like records or dictionary, which can be looped
>with a dtml-in. This makes it possible to use the same type of input
>over and over in one form (there is some documentation - if you want to
>I can look it up)


Didn't know about this. Can you send the reference do the documentation?
Thanks.

Tom.