links dhtmlXColorPicker to some area
obj1 | object | color target |
obj2 | object | action element |
obj3 | object | optional, color value target |
myColorPicker.linkTo("a1","a2","a3");
The first parameter of this method indicates the object the color of which will be changed, the second one - indicates the object that will call the color picker, and the third (optional) parameter will contain the hex code of the chosen color.
Back to top