Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

changes the skin of the menu

void setSkin(string skin);
skinstringthe skin's name

Example

myMenu.setSkin("skin");

Back to top