hides dhtmlXColorPicker after the user has chosen a color from the palette and pressed the "Select "button (or double-clicked on a color in the palette)
flag | boolean | enables/disables hiding ColorPicker |
myColorPicker.hideOnSelect(true);
Back to top