Check documentation for the
latest version of dhtmlxSuite
isVisible DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
attachEvent
close
detachEvent
dhtmlXColorPickerInput
getCustomColors
getSelectedColor
hide
hideMemory
hideOnSelect
init
isVisible
linkTo
loadUserLanguage
setColor
setCustomColors
setImagePath
setOnCancelHandler
setOnSelectHandler
setPosition
setSkin
show
showMemory
unload
Start
ColorPicker
dhtmlXColorPicker API
Methods
isVisible
returns the state of dhtmlXColorPicker (visible or invisible)
boolean
isVisible
();
boolean
true
, if the ColorPicker is visible,
false
- if invisible
Example
myColorPicker.
isVisible
(
)
;
Back to top