Re: [web2py] SQLFORMGRID - CSS - LAYOUT

2019-12-06 Thread Laurent Chambon
found : just using : src="{{=URL('static/css_template/assets/','js/jquery.min.js')}}"> Le mer. 4 déc. 2019 à 16:47, L c a écrit : > Hi, > Soory but i do not find answer: > > I did that : > >1. Create a subfolder of static (example "css_template") >2. Move template files to static/css_te

[web2py] SQLFORMGRID - CSS - LAYOUT

2019-12-04 Thread L c
Hi, Soory but i do not find answer: I did that : 1. Create a subfolder of static (example "css_template") 2. Move template files to static/css_template 3. Move static/css_template/index.html to views/layout.html 4. Edit views/layout.html to fix *href* and *src* to static files using

[web2py] SQLFORMGRID

2013-05-15 Thread Pawan Jha
Hi Every On i want to Customize my SQLFORM.grid according to row id if the suppose if row.id == 2 then the row color should be red if row.id == 3 then the row color should be Blue if row.id == 4 then the row color should be Black how this will possible please suggest me -- --- You