Check documentation for the latest version of dhtmlxSuite isVisible DHTMLX Docs

isVisible

returns the state of dhtmlXColorPicker (visible or invisible)

boolean isVisible();
booleantrue, if the ColorPicker is visible, false - if invisible

Example

myColorPicker.isVisible();

Back to top