Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets skin for the Slider control

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

Example

mySlider.setSkin(skin);

Details

Available skins:

  • "dhx_skyblue"
  • "dhx_web"
  • "dhx_terrace"
  • "material"
Back to top