Was this one of the things you tried?
<Module>
<ModulePrefs title="Put your title here">
...
To support dynamic title modification, you can then add:
<Require feature="settitle"/>
</ModulePrefs>
and then in JavaScript, do:
gadgets.window.setTitle("Some other title");
assuming that the container supports it.
What else did you try?
-Dave
-----Original Message-----
From: karthi keyan [mailto:[email protected]]
Sent: Thursday, January 08, 2009 12:14 PM
To: [email protected]
Subject: Container title
Hi,
I need to set the title to my gadget. I tried a lot and nothing worked for me.
Can anyone please help me ? Thanks in Advance.
Thanks,
Karthi