[web2py] Re: SQLFORM: add fields

2010-01-24 Thread pistacchio
thanks, that helped. i was stuck on the "string" representation of it. On 24 Gen, 14:55, DenesL wrote: > Fromhttp://groups.google.com/group/web2py/msg/e6acbb8df0db8e64 > > > any helpers, including a form, is a tree: > > form[0] is the table in the form > form[0][i] is the i-th row > form[0][i][1

[web2py] Re: SQLFORM: add fields

2010-01-24 Thread DenesL
>From http://groups.google.com/group/web2py/msg/e6acbb8df0db8e64 any helpers, including a form, is a tree: form[0] is the table in the form form[0][i] is the i-th row form[0][i][1] is the 2nd column of the i-th row form[0][i][1][0] is the INPUT inside that form[0]['_class'] is the class attribu