Check documentation for the latest version of dhtmlxSuite setImagePath DHTMLX Docs

setImagePath

sets the path to the folder with icons

void setImagePath(string path);
pathstringa path to the folder with icons

Example

myCombo.setImagePath(path);

Change log

added in version 4.0

Back to top