[web2py] Re: dashboard using bootstrap

2014-03-19 Thread Anubhav Singh
hi Massimo Di Pierro, this is very useful for bootstrap user . thanks for post... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Repor

[web2py] Re: dashboard using bootstrap

2013-11-14 Thread Massimo Di Pierro
Did you see this: http://vinceg.github.io/Bootstrap-Admin-Theme/ On Thursday, 14 November 2013 05:53:08 UTC-6, Rahul s wrote: > > Hi, People I would like to build a Dashboard page using bootstrap, the > page should contain graphs and tables. I am beginner in this but i am > trying, please help

[web2py] Re: dashboard using bootstrap

2013-11-14 Thread Rahul s
Hi, People I would like to build a Dashboard page using bootstrap, the page should contain graphs and tables. I am beginner in this but i am trying, please help me out and guide where i can learn to design or what should i have to do ..Thnks in advance On Thursday, November 29, 2012 3:28:52 PM

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

[web2py] Re: dashboard using bootstrap

2012-12-03 Thread Manuele Pesenti
Il 29/11/12 10:58, Manuele Pesenti ha scritto: Is there something more I need for bootstrap except what I find in web2py static js libs? Thankyou very mutch Manuele ok... now what about the real question? thankyou M. --