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.6 | From 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) |