Check documentation for the latest version of dhtmlxSuite setIconsPath DHTMLX Docs

setIconsPath

defines the url to the folder where the user-defined icons are located

void setIconsPath(string path);
pathstringthe path to the folder with icons

Example

myMenu.setIconsPath("path/to/icons/folder/");

Back to top