Thank you Massimo, I was sensing something like that :)

On Sun, Jul 20, 2014 at 5:41 PM, Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:

> Please do not use crud. That code has not been touched in 3 years. There
> is really nothing in crud that cannot be done better with
> SQLFORM(..).process()
>
> On Saturday, 19 July 2014 03:30:31 UTC-5, Giacomo Dorigo wrote:
>>
>> I also did't find how to do that with CRUD, neither understood if there's
>> a way to customize the submit button label.
>>
>> On Friday, July 1, 2011 3:16:04 AM UTC+2, mr.freeze wrote:
>>>
>>> Hello! I've been away for a while but am diving back into web2py for a
>>> new project.  I want to host my Crud forms in jqueryui dialogs so I
>>> need to hide the submit button. I know I can do it using
>>> form.element("input",_type="submit")["_style"] = "display:none;"
>>> trickery but I want to avoid extra processing like this. With SQLFORM
>>> you can pass buttons=[] but not so much with Crud. Am I just missing
>>> it?
>>
>>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/vulVLm48mPg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to