frinellkd / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

EXHIBIT. Google SpreadSheet #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there
Will it be possible to for you to extend the function Exhibit.create(null,
null).loadGoogleSpreadsheetsData('...your feed URL here...') to take
multiple google spreadsheets . if u can please let me know the time
required to do this...thank you

his should work:
var exhibit = Exhibit.create(null, null);
exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...);
...
I'm working on version 2.0 so I'm not going to extend 1.0 further.
[ Show » ]
David F. Huynh - 25/May/07 07:28 AM This should work: var exhibit =
Exhibit.create(null, null); exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...);
exhibit.loadGoogleSpreadsheetsData(...); ... I'm working on version 2.0 so
I'm not going to extend 1.0 further.

[Submitted by Aditya Dhoke on simile.mit.edu] 

Original issue reported on code.google.com by GabrielR...@googlemail.com on 4 Apr 2009 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by GabrielR...@googlemail.com on 4 Apr 2009 at 6:53