Documentation

onShow

fires when window is shown

void onShow(){ ... };

Example

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

See also

Back to top