Check documentation for the latest version of dhtmlxSuite Migration from 3.6 to 4.0 DHTMLX Docs

Migration from 3.6 to 4.0

In the new version of DHTMLX Library the names of some methods were changed. We've made these changes as the previous names of the methods under question didn't reflect their functionality precisely, which could cause ambiguity or misunderstanding.


Up to version 3.6From version 4.0
Function names changed
myToolbar.loadXML(xmlFile, onLoad)myToolbar.loadStruct(xmlFile, onLoad)
myToolbar.loadXMLString(xmlString, onLoad) myToolbar.loadStruct(xmlString, onLoad)
myToolbar.setIconPath(path) myToolbar.setIconsPath(path)
Back to top