Sorry, I didn't check the latest sources from the trunk. I was just reading documentation that I was able to find from net (e.g. web2py book). From the latest source tree I found that this functionality has already been implemented. There are formargs, viewargs, createargs and editargs parameters already in the trunk. These new parameters should give all the desired flexibility.
Teemu On Tuesday, May 8, 2012 3:52:18 PM UTC+3, Anthony wrote: > > +1 > > Maybe we could do it via **kwargs. > > Anthony > > On Tuesday, May 8, 2012 8:38:23 AM UTC-4, teemu wrote: >> >> Hi, >> >> Is it possible to pass more parameters to form constructor (SQLFORM) when >> using grids or smartgrids? I would like to pass parameters like: showid, >> separator, submit_button, delete_label etc. Basically I would like have >> more control what forms will look like. Currently only ignore_rw and >> formstyle parameters are supported and they are passed to form constructor. >> >> I know that grid and smartgrid implementation is experimental and is >> subjected to change. Would it possible to support all relevant form >> parameters in the future? >> >> Teemu >> >>

