> > > >I find customization difficult: > >adding buttons > > As you have python in views, you can manipulate server side DOM in your > view, i.e add/remove class names, create id for elements, etc. Or you can > make it through javascript. It's up to you. > > I know it's not the best way, but it is what we can achieve today. >
To add buttons, you don't have to manipulate the DOM, as there is a form.add_button method as well as a "buttons" argument to SQLFORM. Anthony -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

