Hi!
I started to write a gadget and once I tried Google Gadget Editor
embedded in iGoogle, using Goocgle Chrome browser, then I noticed that
gadgets.* functions were not available . For instance , I tried to use
gadgets.TabSet as well as gadgets.util.registerOnLoadHandler and they
both were missing (i.e. retrieving them resulted in a reference to
undefined object, but gadgets.util was correctly set to an object) .
I ended up doing something like
{{{
#!js
gadgets.TabSet = _IG_Tabs;
gadgets.util.registerOnLoadHandler = _IG_RegisterOnloadHandler;
}}}
Besides I also noticed that all sample gadgets were also using
(supposed former) deprecated functions defined by legacy API
Q:
- Is it possible to use gadgets.* API on iGoogle container ?
- What other containers support it and which don't ?
- Should I do something special to enable gadgets.* API in gadget ?
- What are best practices (e.g. is there an standard migration js
file provided e.g. by Google) so as to work around this limitation ?
Looking forward to your reply.
Thanks in advance !
--
Regards,
Olemis
Facebook => http://www.facebook.com/olemis
Twitter => http://www.twitter.com/olemislc (@olemislc)
Blog ES => http://simelo-es.blogspot.com
Blog EN => http://simelo-en.blogspot.com
Quora => http://www.quora.com/olemis
Youtube => http://youtube.com/user/greatsoftw
Get a signature like this. CLICK HERE.
--
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.