[web2py] help please on adding jquery-ui theme to SQLFORM.grid

2011-11-13 Thread tomt
Hi, I'm looking for an example of how to install and use a jquery theme for SQLFORM.grid I see that I can implement jquery-ui by defining: form = SQLFORM.grid(query=db.table.field=='3',ui='jquery-ui') I see that I can download a theme from http://jqueryui.com/download but I don't know where to

Re: [web2py] help please on adding jquery-ui theme to SQLFORM.grid

2011-11-13 Thread Bruno Rocha
On views/layout.html you have to include/ or replace the code that loads jquery-ui theme !-- uncomment here to load jquery-ui link rel=stylesheet href= http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css; type=text/css media=all / script src=