...
Gadgets can request a reference to the shared script frame:
Code Block | ||||
---|---|---|---|---|
| ||||
gadgets.util.registerOnLoadHandler(function() { gadgets.script.getScriptFrame(function(scriptFrame) { // Do something with the script frame here. }; }); |
...
Gadgets can request a reference to the shared script frame:
Code Block | ||||
---|---|---|---|---|
| ||||
gadgets.util.registerOnLoadHandler(function() { gadgets.script.getScriptFrame(function(scriptFrame) { // Do something with the script frame here. }; }); |