Check documentation for the latest version of dhtmlxSuite setSkin DHTMLX Docs

setSkin

sets a skin for dhtmlXColorPicker

void setSkin(string name);
namestringname of the skin

Example

myColorPicker.setSkin('dhx_skyblue');

Details

For using this function the necessary CSS files should be included in the page. If you are going to use only one skin, there's no need to call this function. The skin will be defined automatically according to the included CSS file.

Back to top