I am designing a simple Google Gadget, and I would like the Gadget title to be a link (like the GMail gadget where the title link points toward the originating GMail app).
Does anyone know how to achieve such a behavior?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Finally found the solution at http://code.google.com/apis/gadgets/docs/ui.html#Settitle The catch is not to forget to include the line
<Require feature="settitle"/>among module preferences.