Check documentation for the latest version of dhtmlxSuite onHide DHTMLX Docs

onHide

fires after the dhtmlXColorPicker has closed

void onHide(HTMLElement node){ ... };

Parameters

nodeHTMLElementDOM object of the active input, in case of the input-based initialization, otherwise null

Example

myColorPicker.attachEvent("onHide", function(node){});

Back to top