Re: [Zope] passing lists in forms
Stephan Richter wrote I usually user x:list only if I have checkboxes. Then it is very usefull. You probably can use it for multiple select windows as well. I have not yet seen a way where you can enter a list using text or textarea.
x:tokens then "a b cdef g h i" will be turned into a list of 6 items. Anthony
Anthony Baxter wrote:
Stephan Richter wrote I usually user x:list only if I have checkboxes. Then it is very usefull. You probably can use it for multiple select windows as well. I have not yet seen a way where you can enter a list using text or textarea.
x:tokens
then "a b cdef g h i" will be turned into a list of 6 items.
Anthony
and x:lines turns every line of a textarea into a single item of list 'x'. thomas -- ........ aber das rauschen bleibt ....... (nossack)
participants (2)
-
Anthony Baxter -
Thomas Weiner