[web2py] Re: proposal: change SQLFORM delete checkbox handling

2012-10-17 Thread howesc
i don't mind the functionality change, though i'll admit that i often forget to update web2py_ajax.html and web2py.js on upgrade. if you add a note to the release that contains this to help remind me that would be helpful. :) On Tuesday, March 23, 2010 6:30:10 AM UTC-7, mdipierro wrote: > > Th

Re: [web2py] Re: proposal: change SQLFORM delete checkbox handling

2012-10-17 Thread Richard Vézina
Adding a attributes to SQLFORM would be better... The way you do it, mean that you will need to include your little script in every view. Richard On Wed, Oct 17, 2012 at 8:18 AM, Mandar Vaze wrote: > > > On Tuesday, March 23, 2010 10:32:19 AM UTC+5:30, Jonathan Lundell wrote: >> >> no loss of

[web2py] Re: proposal: change SQLFORM delete checkbox handling

2012-10-17 Thread Mandar Vaze
On Tuesday, March 23, 2010 10:32:19 AM UTC+5:30, Jonathan Lundell wrote: > > no loss of functionality), but more important it allows us to have an > option to SQLFORM.__init__() to override the text associated with the > confirmation. 'Sure you want to delete this object?' is somewhat > idiosy

[web2py] Re: proposal: change SQLFORM delete checkbox handling

2010-03-23 Thread mdipierro
The only problem I see but needs testing is what happens to an existing app that uses the new SQLFORM with the existing web2py_ajax.html code? Send me a patch and I will try it. On Mar 23, 12:02 am, Jonathan Lundell wrote: > At the moment, there's a delete-confirmation checkbox that's turned on w