{{response.files.append(URL(r=request,c='static/media/css',f='demo_table.css'))}}
{{response.files.append(URL(r=request,c='static/media/js',f='jquery.dataTables.min.js'))}}Include it like this (this is a data tables example) On Tue, Jul 26, 2011 at 1:02 PM, Ismael Serratos <[email protected]>wrote: > I've never used it, but I've use other javascript stuff, just place it in > static and call it from the view > > > On Tue, Jul 26, 2011 at 12:54 PM, steveL <[email protected]>wrote: > >> >> Has anyone installed jQplot on their web2py servers. >> >> Which directory should it be installed into and how should I include >> it in my application >> >> Anyone got a simple example floating about of their views in relation >> to where it was stored? >> >> Thanks in advance >> >> Steve >> >> +++++ > > >

