Check documentation for the latest version of dhtmlxSuite hide DHTMLX Docs

hide

hides the popup

void hide();

Example

var myPop = new dhtmlXPopup(...);
myPop.hide();

Back to top