Here is a gadget that does almost nothing. If you publish it from GGE and run it with IE options set not to disable script debugging it gives you an error "module_url.value is null". The base gadget code seems to be buggy !
<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="__UP_loc__" height="300" author="Jane Smith" author_email="[email protected]" /> <UserPref name="loc" display_name=" Location"required="true" /> <Content type="html"> <![CDATA[ <script type="text/javascript"> var prefs = new _IG_Prefs(); alert (prefs.getString('loc')); </script> ]]> </Content> </Module> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
