Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets a skin for a combobox

void setSkin(string skin);
skinstringname of the skin

Example

myCombo.setSkin(skin);

Details

the available skins are:

  • "dhx_skyblue"
  • "dhx_web"
  • "dhx_terrace"
Change log

added in version 4.0

Back to top