Hi,
Give the popup page itself a class, and use this with a js snippet on the popup page.
Hope this puts you in the right direction. Not too sure about the default cancel action though.
$("body").click(function(){
$(".popupClass").fadeOut();
});
Hi Miguel,
This is not possible by default, did not try it myself but maybe you can try to add some custom JavaScript to achieve this?