Check documentation for the
latest version of dhtmlxSuite
onHide DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
onCancel
onChange
onHide
onSaveColor
onSelect
onShow
Start
ColorPicker
dhtmlXColorPicker API
Events
onHide
fires after the dhtmlXColorPicker has closed
void
onHide
(
HTMLElement
node
);
node
HTMLElement
DOM object of the active input, in case of the input-based initialization, otherwise
null
Example
myColorPicker.
attachEvent
(
"onHide"
,
function
(
node
)
{
}
)
;
Back to top