Check documentation for the latest version of dhtmlxSuite hideOnSelect DHTMLX Docs

hideOnSelect

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)

void hideOnSelect(boolean flag);
flagbooleanenables/disables hiding ColorPicker

Example

myColorPicker.hideOnSelect(true);

Back to top