Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets a skin on the fly

void setSkin(string name);
namestringskin name

Example

myToolbar.setSkin(name);

Back to top