Re: [web2py] jqgrid (plugin_wiki) and @auth.requires_login()

2010-09-30 Thread Richard Vézina
Try like this : {{if auth.is_logged_in():}} {{=plugin_wiki.widget('jqgrid',tablename,col_width=80,width=900,height=500)}} {{pass}} And that not solve the pb I decribe in most detail. Richard On Thu, Sep 30, 2010 at 3:41 PM, Bruno Rocha wrote: > Thats not the best way, but I do: > > ``{{if aut

Re: [web2py] jqgrid (plugin_wiki) and @auth.requires_login()

2010-09-30 Thread Bruno Rocha
Thats not the best way, but I do: ``{{if auth.is_logged_in():}}``:template ``table:``:jqgrid ``{{pass}}``:template Ugly, but works. 2010/9/30 Richard Vézina > Hello, > > Is it possible to make jqgrid sensible to be "@auth.requires_login()"? > > When there is a session that ends because no

[web2py] jqgrid (plugin_wiki) and @auth.requires_login()

2010-09-30 Thread Richard Vézina
Hello, Is it possible to make jqgrid sensible to be "@auth.requires_login()"? When there is a session that ends because no activity has been detect during long moment there is no message when user try to use the jqgrid control : search or refresh button... I understand that it is a plugin that u

[web2py] jqgrid (plugin_wiki) button and other info

2010-09-10 Thread ceriox
hi all, i'm learning jqgrid and i have some question: 1) how i can make a column with a button or image for do some stuff like insert new record, delete record etc 2) how i can change column header or take it from label of a field? 3) how i setup width with a % and not with a fixed pixel number?

[web2py] jqgrid plugin_wiki

2010-07-20 Thread Jean-Guy
Hello, Can't understand what is the syntax to use the jqgrid plugin available inside of plugin_wiki in "standard" web2py app (in controller). Everything works in the cube, I would use the jqgrid of plugin_wiki in my app since it seam that it will be actualize regularly in the future. Thanks.

[web2py] jqgrid plugin_wiki

2010-07-20 Thread Jean-Guy
Hello, Can't understand what is the syntax to use the jqgrid plugin available inside of plugin_wiki in "standard" web2py app (in controller). Everything works in the cube, I would use the jqgrid of plugin_wiki in my app since it seam that it will be actualize regularly in the future. Thanks