Check documentation for the latest version of dhtmlxSuite setImagePath DHTMLX Docs

setImagePath

sets path to images

void setImagePath();

Deprecated

from version 4.0, no longer used

myLayout.dhxWins.window(id).setIconCss(css);
Details

this method is used to pass imagePath value to dhtmlxWindows in case of initializing windows directly from dhtmlxLayuot

Back to top