> Again thank you so much for your reply. > > Yes, this is the gadget I am talking about. I want the same > functionality of + / -. > > Could you please tell me how to achieve it through rss? I am quite new > to rss, in fact have never used it.
Uhm.. never had to do that myself... but you simply need a way to generate (and publish under a single URL) a file as shown here: http://en.wikipedia.org/wiki/RSS#Examples It's a simple XML-File. Then you add that URL of yours to iGoogle. No need for a gadget at all... You can also have that file shown in google-Reader or any other newsreader. Images and Text in the "description"-part of an item will become visible when you click the + > Can you also tell me why _IG_AdjustIFrameHeight(); may not work? I > have now hard coded a <div> tag with a table containing links. When > the link is clicked I display the hidden <div> containing detail and > call _IG_AdjustIFrameHeight(); . But the gadget iFrame is not > resigning. I guess thats because you build your own iframe. that frame has its own (static) height and so all the gadget sees is the constant height of the iframe but not of its contents. And thus stays the same size. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
