From 523d45ca9430effefe30eb14ce61450af13420f1 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 3 Mar 2014 17:08:11 +0800 Subject: [PATCH] Pman.Dialog.CoreEnum.bjs Pman.Dialog.CoreEnum.js --- Pman.Dialog.CoreEnum.bjs | 2 +- Pman.Dialog.CoreEnum.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreEnum.bjs b/Pman.Dialog.CoreEnum.bjs index d1692707..2342665e 100644 --- a/Pman.Dialog.CoreEnum.bjs +++ b/Pman.Dialog.CoreEnum.bjs @@ -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", diff --git a/Pman.Dialog.CoreEnum.js b/Pman.Dialog.CoreEnum.js index 138260db..f78f26b3 100644 --- a/Pman.Dialog.CoreEnum.js +++ b/Pman.Dialog.CoreEnum.js @@ -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(); -- 2.39.2