[web2py] Re: {{=customform.custom.widget.delete_record}} is None

2013-08-19 Thread Annet
Hi Simone, Thanks for your reply. I did read the part on custom forms, and tried {{=form.custom.widget.delete}} but it should be {{=form.custom.delete}} without the .widget :-( Best regards, Annet -- --- You received this message because you are subscribed to the Google Groups "web2py-use

[web2py] Re: {{=customform.custom.widget.delete_record}} is None

2013-08-18 Thread Niphlod
according to docs http://web2py.com/books/default/chapter/29/07/forms-and-validators#Custom-forms it's form.custom.delete On Sunday, August 18, 2013 10:07:32 PM UTC+2, Annet wrote: > > I have a custom form in which the check to delete checkbox isn't being > displayed: > > {{=customform.custom.wi