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