Check documentation for the latest version of dhtmlxSuite loadXMLString DHTMLX Docs

loadXMLString

loads tabs config via xml string

void loadXMLString(string xmlString,function doOnLoad);

Deprecated

new usage

myTabbar.loadStruct(xmlString, function(){});
xmlStringstringxml string
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