From c1a5142646bc6184d93fb1f4d78f2c2a39177108 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 3 Mar 2014 17:09:17 +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 2342665e..06ecfa68 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 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", + "|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 f78f26b3..2927d821 100644 --- a/Pman.Dialog.CoreEnum.js +++ b/Pman.Dialog.CoreEnum.js @@ -60,7 +60,7 @@ Pman.Dialog.CoreEnum = { { if (action.type == 'setdata') { Roo.log(_this.data); - if(typeof(_this.data.etype == 'undefined') || !_this.data.etype.length){ + if((typeof(_this.data.etype) == 'undefined') || !_this.data.etype.length){ Roo.MessageBox.alert('Error', 'Missing etype'); _this.dialog.hide(); return; -- 2.39.2