From 1d81f2f8100bc873f5df02b31bb773419949d791 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 10 Feb 2011 17:53:38 +0800 Subject: [PATCH] docs/symbols/src/Roo_form_Action.js.html --- docs/symbols/src/Roo_form_Action.js.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/symbols/src/Roo_form_Action.js.html b/docs/symbols/src/Roo_form_Action.js.html index b37371532f..4b27fce440 100644 --- a/docs/symbols/src/Roo_form_Action.js.html +++ b/docs/symbols/src/Roo_form_Action.js.html @@ -67,6 +67,7 @@ // default connection failure failure : function(response){ + this.response = response; this.failureType = Roo.form.Action.CONNECT_FAILURE; this.form.afterAction(this, false); @@ -215,6 +216,7 @@ } + Roo.Ajax.request(Roo.apply(this.createCallback(), { form:this.form.el.dom, url:this.getUrl(!isPost), @@ -238,6 +240,7 @@ Roo.MessageBox.hide(); } + var result = this.processResponse(response); if(result === true || result.success){ this.form.afterAction(this, true); @@ -256,6 +259,7 @@ Roo.MessageBox.hide(); } + this.response = response; this.failureType = Roo.form.Action.CONNECT_FAILURE; this.form.afterAction(this, false); @@ -304,6 +308,7 @@ type : 'load', run : function(){ + Roo.Ajax.request(Roo.apply( this.createCallback(), { method:this.getMethod(), @@ -313,6 +318,7 @@ }, success : function(response){ + var result = this.processResponse(response); if(result === true || !result.success || !result.data){ this.failureType = Roo.form.Action.LOAD_FAILURE; -- 2.39.2