Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets a skin for dhtmlXRibbon on the fly

void setSkin(string skin);
skinstringname of the skin

Example

myRibbon.setSkin('web');

Back to top