Check documentation for the latest version of dhtmlxSuite onShow DHTMLX Docs

onShow

fires after dhtmlxColorPicker has opened

void onShow(HTMLElement node);
nodeHTMLElementDOM object of the active input, in case of the input-based initialization, otherwise null

Example

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

Back to top