Re: [web2py] jQplot

2011-07-26 Thread Ismael Serratos
{{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 wrote: > I've never u

Re: [web2py] jQplot

2011-07-26 Thread Ismael Serratos
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 wrote: > > Has anyone installed jQplot on their web2py servers. > > Which directory should it be installed into and how should I include > it in m

[web2py] jQplot

2011-07-26 Thread steveL
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 +