hi,

I want to trigger an action on close event of Spring Pop up. I have created this pop up by using this code. Any help would be appreciated

<script type="text/javascript">
Spring.addDecoration(new Spring.AjaxEventDecoration({
elementId:"testPopup",
event: "onclick",
popup: true,
params: {fragments: "test,messages"}
}));
</script>