width
Optional. Sets the width of Colorpicker
width?: string | number;
Default value: "238px"
Example
const colorpicker = new dhx.Colorpicker("colorpicker_container", {
width: "300px"
});
Optional. Sets the width of Colorpicker
Default value: "238px"
Example
const colorpicker = new dhx.Colorpicker("colorpicker_container", {
width: "300px"
});