Check documentation for the latest version of dhtmlxSuite loadXML DHTMLX Docs

loadXML

loads tabs config via xml

void loadXML(string xmlUrl,function doOnLoad);

Deprecated

new usage

myTabbar.loadStruct(xmlUrl, function(){});
xmlUrlstringxml url
doOnLoadfunction(optional) calls a user-defined handler after xml is loaded and tabs are rendered
Change log

deprecated from version 4.0

Back to top