Re: [web2py] Re: sqlform.grid edit view back button

2014-08-19 Thread Niphlod
read it on the book (http://web2py.com/books/default/chapter/29/12/components-and-plugins) . Instead of loading tab fragments manually by javascript, you can let web2py facilities do it for you. On Tuesday, August 19, 2014 9:17:25 PM UTC+2, Yebach wrote: > > How do I work with LOAD? > > > 2014

Re: [web2py] Re: sqlform.grid edit view back button

2014-08-19 Thread Vid Ogris
How do I work with LOAD? 2014-08-19 21:06 GMT+02:00 Niphlod : > 1. if you need multiple forms in one single page, you should use different > formnames > 2. you're loading the "fragment" not using LOAD (nor $.web2py.component), > so links aren't trapped correctly > > Once you fix those, there sho