Check documentation for the latest version of dhtmlxSuite onContentLoaded DHTMLX Docs

onContentLoaded

fires when content is loaded through url or url-ajax attaching

void onContentLoaded(string|number id);
idstring|numberitem id

Example

mySidebar.attachEvent("onContentLoaded", function(id){
    // your code here
});

Related samples

Back to top