Pman.Dialog.CoreImportUrl.bjs
authorjohn <john@roojs.com>
Wed, 20 Dec 2017 04:11:39 +0000 (12:11 +0800)
committerjohn <john@roojs.com>
Wed, 20 Dec 2017 04:11:39 +0000 (12:11 +0800)
Pman.Dialog.CoreImportUrl.js

Pman.Dialog.CoreImportUrl.bjs

index 68f2756..71c37d0 100644 (file)
      "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"