onHide

fires when window is hidden

void onHide();

Example

some.attachEvent("onHide", function(){
    //... some code here ... 
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of popup javascript product.