fires before a select area is removed
area_name | string | the name used to address a select area to change or delete it |
$$('dtable').attachEvent("onBeforeAreaRemove", function(area_name){
// some code here
return true;
});
The event can be blocked. Return false to block area removal.