Hi, Sorry I was a bit confused, as I was looking at an older cached version of that page. The content you are looking for is here: http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#Libs. To use the JS libraries in your page, you would add a script tag like this: <script src='http://www.google.com/ig/f/2dhyBXfcpQ8/lib/ libcore.js'></script>, one for each of the comma-separated values in libs.
Thanks, Dan On Aug 26, 5:42 pm, Adriano Bonat <[email protected]> wrote: > Hi guys, > > I'm developing a gadget, and I took a long time till I found how to > access the javascript API for a gadget of type URL. > > I found the following documentation (from the legacy > docs):http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#JS_URL > > the new documentation focus only on gadgets of type HTML, it explains > just a very little bit about the URL type. > > I'm guessing that the right way to include the javascript files in my > gadget is use the "parent" parameter together with "libs", something > like: > > full_path_libs = [ (parent + lib) for lib in libs ] > > Is there a link which explains what are the parameters for URL > gadgets? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
