I am trying to save the user preferences (state) of a gadget inside
google spreadsheet.
I am using the following code.
var prefs = new gadgets.Prefs();
prefs.set("counter", 0);
and it is not saving it in google spreadsheet gadget.
I am using a simple gadget based on google example from [http://
code.google.com/apis/gadgets/docs/fundamentals.html#SetPrefs]
My gadget url is [http://dl.dropbox.com/u/22745533/gad2.xml]
My spreadsheet url is
https://docs.google.com/spreadsheet/ccc?key=0AlF3XS2c9yptdEFyYWNNcWtEZ3R6Y1RSdmI2QkoxNVE&hl=en_US#gid=0
Should it work?
Any other known method to save user preferences within a gadget that
resides in a spreadsheet?
Is it the right forum to ask this question?
thanks,
Shai
--
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.