I have an iGoogle gadget whereby I specify various <require feature> elements in my XML, and the corresponding .JS libraries are passed to me via the referring URL, at which time I parse them out and include them via the <script> tag, and all works perfectly.
Loading the same gadget in GMAIL, since I am not using and OpenSocial container, I cannot directly call the gadget.* functions, such as gadgets.window.adjustheight, but when parsing the referring URL, I do see references to .JS libraries, such as: libs=js%2Fdynamic-height%3Amaximize.js, unencoded as: js/dynamic- height:maximize.js I'd like to be able to include these scripts in my URL gadget in order to take advantage of the functions/features they enable, however, I don't know if this is supported, since I cannot find where/what the absolute path to these libraries would be, or if such a path even exists. Thanks, John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
