Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Mon, 3 Mar 2014 08:52:07 +0000 (16:52 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Mar 2014 08:52:07 +0000 (16:52 +0800)
Pman.Dialog.CoreEnum.js

Pman.Dialog.CoreEnum.bjs
Pman.Dialog.CoreEnum.js

index 10a7eca..c70bfc9 100644 (file)
@@ -36,7 +36,6 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actionfailed": "function (_self, action)\n{\n    _this.dialog.el.unmask(); \n    Pman.standardActionFailed(_self, action);\n}\n",
                                 "|actioncomplete": "function (_self, action)\n{\n  if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       //this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       \n       // this is 'new' only!!!\n\n       \n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type == 'submit' ) {\n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n\n        if (_this.callback) {\n           _this.callback.call(_this, action.result.data);\n        }\n        _this.form.reset();\n    }\n}\n",
                                 "|rendered": "function (form)\n{\n   _this.form = form;\n}"
                             },
index 2015dfd..3027fb1 100644 (file)
@@ -56,11 +56,6 @@ Pman.Dialog.CoreEnum = {
                             xtype: 'Form',
                             xns: Roo.form,
                             listeners : {
-                                actionfailed : function (_self, action)
-                                {
-                                    _this.dialog.el.unmask(); 
-                                    Pman.standardActionFailed(_self, action);
-                                },
                                 actioncomplete : function (_self, action)
                                 {
                                   if (action.type == 'setdata') {