Check documentation for the latest version of dhtmlxSuite setIconCss DHTMLX Docs

setIconCss

sets CSS style for an icon of the window

void setIconCss(string style);
stylestringname of the CSS style

Example

myWins.window(id).setIconCss("flag_blue");

Change log

added in 4.0

Back to top