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

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

index d169270..2342665 100644 (file)
@@ -36,7 +36,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function (_self, action)\n{\n  if (action.type == 'setdata') {\n        \n        if(typeof(_this.data.etype == 'undefined') || !_this.data.etype.length){\n            Roo.MessageBox.alert('Error', 'Missing etype');\n            _this.dialog.hide();\n            return;\n        }\n  \n        if(_this.data.id){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }}); \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",
+                                "|actioncomplete": "function (_self, action)\n{\n  if (action.type == 'setdata') {\n        Roo.log(_this.data);\n        if(typeof(_this.data.etype == 'undefined') || !_this.data.etype.length){\n            Roo.MessageBox.alert('Error', 'Missing etype');\n            _this.dialog.hide();\n            return;\n        }\n  \n        if(_this.data.id){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }}); \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}"
                             },
                             "method": "POST",
index 138260d..f78f26b 100644 (file)
@@ -59,7 +59,7 @@ Pman.Dialog.CoreEnum = {
                                 actioncomplete : function (_self, action)
                                 {
                                   if (action.type == 'setdata') {
-                                        
+                                        Roo.log(_this.data);
                                         if(typeof(_this.data.etype == 'undefined') || !_this.data.etype.length){
                                             Roo.MessageBox.alert('Error', 'Missing etype');
                                             _this.dialog.hide();