On Jun 15, 9:43 am, mtugnoli <[email protected]> wrote: > but this row seem not run > > gadgets.util.registerOnLoadHandler(makeDOMRequest); > > also all rows with > > gadgets.util.xxx and gadgets.io.xxx objects
The documentation doesn't make this very clear, but the gadgets.* API isn't yet live on iGoogle. So you need to use the Legacy API instead: http://code.google.com/apis/gadgets/docs/legacy/dev_guide.html Basically, every place you have "gadgets." in your code will need to be replaced with an equivalent "_IG_" call instead. String --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
