...
form_link = form_factory( Field("href"), formname='form_link')
for tr in form_link[0]: del tr[0]
reads:
for tr in form table, delete the first td in the tr.
If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
...
form_link = form_factory( Field("href"), formname='form_link')
for tr in form_link[0]: del tr[0]
reads:
for tr in form table, delete the first td in the tr.
Comments (2)
0
mrfreeze 14 years ago
0
villas 14 years ago