Re: [web2py] Re: dashboard using bootstrap

2012-12-06 Thread Manuele Pesenti
thank you very mutch Paolo, that's what I needed... I was just confused by the behaviour of a theme based on an old version of web2py It works perfectly :) M. Il 04/12/12 15:10, Paolo Caruccio ha scritto: For flot: put in yourapp/static/js jquery.flot.js and jquery.flot.resize.js (f

Re: [web2py] Re: dashboard using bootstrap

2012-12-04 Thread Paolo Caruccio
For flot: put in yourapp/static/js jquery.flot.js and jquery.flot.resize.js (for scalability) usage in the view for example {{extend 'layout.html'}} {{=T('My first chart')}} jQuery(document).ready(function() { jQuery.plot(jQuery("#placeholder"), [ {{=data_chart}} ]); //dat

Re: [web2py] Re: dashboard using bootstrap

2012-12-04 Thread Richard Vézina
About image and highchart I really don't know, but I think that if everything is html and SVG (possibily) it could resize esealy like any web page try on their site example CTRL + "+" and CTRL + "-" Richard On Tue, Dec 4, 2012 at 7:58 AM, Manuele Pesenti wrote: > e this[1] to organize my dashboa

Re: [web2py] Re: dashboard using bootstrap

2012-12-04 Thread Manuele Pesenti
Il 03/12/12 16:37, Richard Vézina ha scritto: I am not sure I understand your question. web2py bootstrap.js contain all the boostrap.js into one file. So you don't need to import anything else from bootstrap to create any bootstrap "effect" (just make sure you don't try to use something avail

Re: [web2py] Re: dashboard using bootstrap

2012-12-03 Thread Richard Vézina
I am not sure I understand your question. web2py bootstrap.js contain all the boostrap.js into one file. So you don't need to import anything else from bootstrap to create any bootstrap "effect" (just make sure you don't try to use something available in new version of bootstrap since web2py boots