日期:2014-05-16 浏览次数:20364 次
Ext.override(Ext.form.Action.Submit,{ processResponse : function(response){ this.response = response; var data = response.responseText; if(data.indexOf('<pre>') != -1||data.indexOf('<PRE>') != -1) { response.responseText = data.substring(5, data.length-6); this.response = Ext.JSON.decode(response.responseText); } if(!response.responseText){ return true; } this.result = this.handleResponse(response); return this.result; } });
response.setCharacterEncoding("utf-8"); response.setContentType("text/html");