I want to save the user preferences in a Google Desktop Gadget.
I am not able to find any documents for it.
Can anyone tell me how can I do that?
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 I have figured it out myself!
“options” are used to store user preferences in google desktop gadget.
More details could be found here:
http://code.google.com/apis/desktop/docs/gadget_apiref.html#options
Here is an example of how to use it:
More details could be found here:
http://google-desktop-sdk.googlecode.com/svn/trunk/OptionsDialog/main.js
Hope this was helpful.
Thanks,
happyhardik