fires when the "Cancel" button is clicked in the filters popup
structure | object | the structure object with chosen "filters", "rows", "columns" and "values" |
$$("pivot1").attachEvent("onBeforeCancel",function(structure){
webix.confirm("Are you sure that you want to cancel changes?")
});
Returning false within the handler will prevent the execution of further logic and the action will not be cancelled.