shows dhtmlXColorPicker in the specified position
x | number | left position "px" |
y | number | top position "px" |
myColorPicker.setPosition(390, 90);
if ColorPicker is attached to an input, you should specify its position as follows:
myColorPicker.setPosition("right");
// or
myColorPicker.setPosition("bottom");
Back to top