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