Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets skin

void setSkin(string skin);
skinstring"dhx_skyblue", "dhx_web", "dhx_terrace"

Example

myLayout.setSkin("dhx_skyblue");

Back to top