Check documentation for the latest version of dhtmlxSuite setCss DHTMLX Docs

setCss

sets custom CSS style for a button

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

Example

myWins.window(id).button(id).setCss("style_name");

Back to top