...
Code Block | ||||
---|---|---|---|---|
| ||||
gadgets.util.registerOnLoadHandler(function() {
opensocial.data.getDataContext().registerListener('org.opensocial.ee.context', function(key) {
var context = opensocial.data.getDataContext().gerDataSet(key));
//finally do something with the context
});
});
|
...