Check documentation for the latest version of dhtmlxSuite setImagesPath DHTMLX Docs

setImagesPath

defines the path to the imgs folder

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

Example

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

Back to top