Check documentation for the latest version of dhtmlxSuite onTabContentLoaded DHTMLX Docs

onTabContentLoaded

fires when the content of a tab is loaded (for Ajax-HTML mode only)

void onTabContentLoaded(string|number id);

Deprecated

new usage

myTabbar.attachEvent("onContentLoaded", function(id){
    // your code here
});
idstring|numberthe tab id
Change log

deprecated from version 4.0

Back to top