From a99dfeeee3e36a5587954126885e285199aafc74 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 16:27:21 +0800 Subject: [PATCH] Pman.Dialog.AdminGenericName.bjs --- Pman.Dialog.AdminGenericName.bjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Dialog.AdminGenericName.bjs b/Pman.Dialog.AdminGenericName.bjs index 1f1cb7e..65fb67e 100644 --- a/Pman.Dialog.AdminGenericName.bjs +++ b/Pman.Dialog.AdminGenericName.bjs @@ -28,7 +28,7 @@ "items": [ { "listeners": { - "|actioncomplete": "function(_self,action)\n{\n if (action.type == 'setdata') {\n //_this.dialog.el.mask(\"Loading\");\n this.url = baseURL + '/Roo/' + _this.data._table;\n _this.dialog.setTitle(_this.data._title);\n this.load({ \n method: 'GET', \n params: { '_id' : _this.data.id },\n url : this.url\n });\n return;\n }\n if (action.type == 'load') {\n _this.dialog.el.unmask();\n return;\n }\n if (action.type =='submit') {\n \n _this.dialog.el.unmask();\n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(_this, _this.form.getValues());\n }\n _this.form.reset();\n return;\n }\n}\n", + "|actioncomplete": "function(_self,action)\n{\n if (action.type == 'setdata') {\n //_this.dialog.el.mask(\"Loading\");\n this.url = baseURL + '/Roo/' + _this.data._table;\n _this.dialog.setTitle(_this.data._title);\n this.load({ \n method: 'GET', \n params: { '_id' : _this.data.id },\n url : this.url\n });\n return;\n }\n if (action.type == 'load') {\n _this.dialog.el.unmask();\n _this.form.findField('name').focus();\n return;\n }\n if (action.type =='submit') {\n \n _this.dialog.el.unmask();\n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(_this, _this.form.getValues());\n }\n _this.form.reset();\n return;\n }\n}\n", "|rendered": "function (form)\n{\n _this.form= form;\n}\n" }, "labelWidth": 50, -- 2.39.2