Check documentation for the latest version of dhtmlxSuite setImagesPath DHTMLX Docs

setImagesPath

defines path to the imgs folder

void setImagesPath(string path);
pathstringpath to imgs folder, relative to the current page

Example

tree.setImagesPath("./codebase/imgs");

Back to top