[web2py] Re: A helper and delete argument

2014-12-16 Thread Pavel
Thanks:) On Sunday, December 14, 2014 1:40:15 PM UTC+1, Niphlod wrote: > > A(, noconfirm=True) > > On Friday, December 12, 2014 2:09:59 PM UTC+1, Pavel wrote: >> >> I have another question: >> Example from works fine. >> But, how to prevent showing popup message with warning about deleting >>

[web2py] Re: A helper and delete argument

2014-12-14 Thread Niphlod
A(, noconfirm=True) On Friday, December 12, 2014 2:09:59 PM UTC+1, Pavel wrote: > > I have another question: > Example from works fine. > But, how to prevent showing popup message with warning about deleting > object from page? > > Thanks > -- Resources: - http://web2py.com - http://web2py.

[web2py] Re: A helper and delete argument

2014-12-13 Thread Pavel
I have another question: Example from works fine. But, how to prevent showing popup message with warning about deleting object from page? Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p

[web2py] Re: A helper and delete argument

2013-11-15 Thread Niphlod
please move to web2py > 2.6.0, possibly 2.7.3 or trunk... it has better handling of ajax events in case of errors (i.e. if the row isn't deleted for whatever reason and 'myaction' returns not a "successful" status, the table row doesn't get deleted) On Friday, November 15, 2013 5:39:20 PM UTC+1