Incidentally, full documentation is here: http://code.google.com/apis/gadgets/docs/reference.html
Thanks, Dave -----Original Message----- From: Citron, David [mailto:[email protected]] Sent: Thursday, January 08, 2009 12:17 PM To: [email protected] Subject: RE: Container title 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

