sets a skin for dhtmlXColorPicker
name | string | name of the skin |
myColorPicker.setSkin('dhx_skyblue');
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