Hi all,
I have got a typical problem and requirement.The problem is: i have to
create a google gadget which should accept any rss resource and on
clicking the confirm gadget button, i have to generate a gadget url
which can be used to insert gadget on igoogle.For this, i have written
a generic gadget class which would have a url appended with source of
the rss. Appending source to the href attribute is not working. Please
find the below provided code.
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="PuddlePlay.com's Recall Gadget"
height="500"
width="500"/>
<Content type="url"
href="http://play.appspot.com/genericServer?
source="+source view="home,canvas">
</Content>
</Module>
thanks in advance,
e...@y
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---