Thanks Jon. Quick follow-up question...
I'm trying to set preferences by doing something along the lines of:
var prefs = new gadgets.Prefs();
prefs.set('key', 'value');
I'm getting the following error:
Error: setprefs feature required to make this call.
Source File:
http://l.yimg.com/kj/yap/combo?/common/js/...jzEFXUKkxxQ-.jsLine: 28
I read the following in the docs:
"YAP supports the Gadget Core APIs, except for Prefs, Views, and the Feature-Specific API."
"However, YAP v1.0 does not support the OpenSocial RESTful API or Gadget XML definitions."
Can I set prefs or is this functionality not yet supported? If it is supported, how do I require the setprefs feature? Since YAP doesn't support GadgetXML definitions, I don't think I can use <Require feature="setprefs"/> in the ModulePrefs correct?