[web2py] Re: Running google visualization js in a LOAD component

2014-02-20 Thread Jordan Ladora
Thanks for your help!!! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py

[web2py] Re: Running google visualization js in a LOAD component

2014-01-19 Thread Janko Strusa
To work properly you should place https://www.google.com/jsapi";> google.load('visualization', '1', {packages: ['corechart']}); in layout.html, between head tags. This should load first. Then rest of the script should go to .load file. Also note that, if you are running functi