[web2py] Re: table, grid, smartgrid, getting better

2011-08-29 Thread stephanl
Hi, I found a small bug: You can get to the edit form by clicking the 'Edit' button in one row of the grid. It calls this URL: http://127.0.0.1:8000/test/default/index/person/edit/person/1?_signature=... So far so good Using the view button in a row you can get to the non editable form of a

[web2py] Aw: Re: Web2py DAL way to find max value of a field?

2011-06-05 Thread stephanl
Field has a max() method. Here is how to use with select(): https://groups.google.com/d/topic/web2py/NDspZcnhUaY/discussion

[web2py] Aw: LOAD needs optional "_class" argument for its wrapper DIV [enhancement request]

2011-05-29 Thread stephanl
The LOAD function takes an target argument. I think, this does what you want. from the book: target is the id id the target DIV. If it is not specified a random target id is generated.