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?

Reply via email to