DHTMLX Docs & Samples Explorer

isVisible()

checks whether the pop-up window is currently hidden or shown. Returns true if the window is currently visible. Otherwise, false

var  myPop = new dhtmlXPopup(...);
myPop.isVisible(); //-> true if the pop-up is visible

Related resources