fires when content of the external page is loaded into the window
win | object | window instance |
myWins.attachEvent("onContentLoaded", function(win){
// your code here
});
win is dhtmlXWindowsCell instance, please check dhtmlXWindowsCell API for details
Back to top