I am trying to save the user preferences (state) of a gadget with:
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]
Should it work?
Any other known method to save user preferences within a gadget that
resides in a spreadsheet?
thanks,
Shai
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" 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-visualization-api?hl=en.