Check documentation for the latest version of dhtmlxSuite setIconsPath DHTMLX Docs

setIconsPath

defines path to the icons folder

void setIconsPath(string path);
pathstringpath to icons folder, relative to the current page

Example

tree.setIconsPath("./icons");

Back to top