show message box ext window beforeclose event
问题 I want to show message box when user click (X) button of ext window, and on 'ok' button of message box window will close. I wrote the code but it closes window first than show message box. Here is the code: var assignReportFlag = 0; var assignReportLoader = function(title,url){ var panel = new Ext.FormPanel({ id: 'arptLoader', height: 485, border: false, layout: 'fit', autoScroll: true, method:'GET', waitMsg: 'Retrieving form data', waitTitle: 'Loading...', autoLoad: {url: url,scripts: true}