1) 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.
2) Since the release of the latest version of DHTMLX library some functionality has been removed. It was made as this functionality is no longer needed and therefore isn't supported.
Up to version 3.6 | From version 4.0 |
Function names changed | |
myMenu.loadXML(xmlFile, onLoad) | myMenu.loadStruct(xmlFile, onLoad) |
myMenu.loadXMLString(xmlString, onLoad) | myMenu.loadStruct(xmlString, onLoad) |
Functionality was removed | |
myMenu.setIconPath(path) | myMenu.setIconsPath(path) |
myMenu.setImagePath() | myMenu.setIconsPath(path) |