From 8b5718f6e088ff9673ab8f4abbe30bc65fd662b7 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 20 Dec 2017 12:11:39 +0800 Subject: [PATCH] Pman.Dialog.CoreImportUrl.bjs Pman.Dialog.CoreImportUrl.js --- Pman.Dialog.CoreImportUrl.bjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pman.Dialog.CoreImportUrl.bjs b/Pman.Dialog.CoreImportUrl.bjs index 68f2756e..71c37d09 100644 --- a/Pman.Dialog.CoreImportUrl.bjs +++ b/Pman.Dialog.CoreImportUrl.bjs @@ -36,19 +36,19 @@ "items" : [ { "listeners" : { - "rendered" : "function (form)\n{\n _this.form= form;\n}", - "actioncomplete" : "function (_self, action)\n{\n if (action.type == 'setdata') {\n if(_this.data.target){\n _this.form.url = baseURL + _this.data.target;\n }\r\n // _this.dialog.el.mask(\"Loading\");\r\n // if(_this.data.id*1 > 0)\r\n // this.load({ method: 'GET', params: { '_id' : _this.data.id }});\r\n \r\n return;\r\n }\r\n if (action.type == 'load') {\r\n \r\n return;\r\n }\r\n if (action.type =='submit') {\r\n \r\n //action.result.data\r\n _this.dialog.hide();\r\n // Roo.log(_this.callback);\r\n if (_this.callback) {\r\n _this.callback.call(_this, action.result.data);\r\n }\r\n _this.form.reset();\r\n return;\r\n }\n}" + "actioncomplete" : "function (_self, action)\n{\n if (action.type == 'setdata') {\n if(_this.data.target){\n _this.form.url = baseURL + _this.data.target;\n }\r\n // _this.dialog.el.mask(\"Loading\");\r\n // if(_this.data.id*1 > 0)\r\n // this.load({ method: 'GET', params: { '_id' : _this.data.id }});\r\n \r\n return;\r\n }\r\n if (action.type == 'load') {\r\n \r\n return;\r\n }\r\n if (action.type =='submit') {\r\n \r\n //action.result.data\r\n _this.dialog.hide();\r\n // Roo.log(_this.callback);\r\n if (_this.callback) {\r\n _this.callback.call(_this, action.result.data);\r\n }\r\n _this.form.reset();\r\n return;\r\n }\n}", + "rendered" : "function (form)\n{\n _this.form= form;\n}" }, "$ url" : "baseURL", - "xtype" : "Form", "method" : "POST", + "xtype" : "Form", "style" : "margin:10px;", "$ xns" : "Roo.form", "items" : [ { "fieldLabel" : "URL", - "vtype" : "url", "xtype" : "TextField", + "vtype" : "url", "width" : 250, "$ xns" : "Roo.form", "name" : "importUrl" -- 2.39.2