Check documentation for the latest version of dhtmlxSuite onContentLoaded DHTMLX Docs

onContentLoaded

fires when content of the external page is loaded into the window

void onContentLoaded();

Example

w1.attachEvent("onContentLoaded", function(win){
    // code here
});

Related samples

Back to top