Check documentation for the latest version of dhtmlxSuite setIconsPath DHTMLX Docs

setIconsPath

sets the path to the folder with the user-defined images

void setIconsPath(string path);
pathstringpath to the folder with images

Example

myToolbar.setIconsPath("path/to/icons/");

Back to top