X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Dialog.CoreImportUrl.js;h=f9d670351352731ac3c00b55aeba2afdc98f7690;hp=e7cf715240f5880a3953b344cc1eafae61b8fd7c;hb=HEAD;hpb=5ec1d21f311aa44e8eae0b4c91a3f3833f49b85e diff --git a/Pman.Dialog.CoreImportUrl.js b/Pman.Dialog.CoreImportUrl.js index e7cf7152..f9d67035 100644 --- a/Pman.Dialog.CoreImportUrl.js +++ b/Pman.Dialog.CoreImportUrl.js @@ -2,130 +2,146 @@ // Auto generated file - created by app.Builder.js- do not edit directly (at present!) +Roo.namespace('Pman.Dialog'); + Pman.Dialog.CoreImportUrl = { - dialog : false, - callback: false, + _strings : { + 'ea4788705e6873b424c65e91c2846b19' :"Cancel", + 'c8c55f55be8cbe3141db7e26ab0a8b4e' :"Import URL", + 'e0aa021e21dddbd6d8cecec71e9cf564' :"OK", + 'e6b391a8d2c4d45902a23a8b6585703d' :"URL" + }, - show : function(data, cb) - { - if (!this.dialog) { - this.create(); - } + dialog : false, + callback: false, - this.callback = cb; - this.data = data; - this.dialog.show(this.data._el); - if (this.form) { - this.form.reset(); - this.form.setValues(data); - this.form.fireEvent('actioncomplete', this.form, { type: 'setdata', data: data }); - } + show : function(data, cb) + { + if (!this.dialog) { + this.create(); + } - }, + this.callback = cb; + this.data = data; + this.dialog.show(this.data._el); + if (this.form) { + this.form.reset(); + this.form.setValues(data); + this.form.fireEvent('actioncomplete', this.form, { type: 'setdata', data: data }); + } - create : function() - { - var _this = this; - this.dialog = Roo.factory({ - xtype: 'LayoutDialog', - xns: Roo, - closable : false, - collapsible : false, - draggable : false, - height : 140, - modal : true, - resizable : false, - title : "Import URL", - width : 500, - items : [ - { - xtype: 'ContentPanel', - xns: Roo, - region : 'center', - items : [ - { - xtype: 'Form', - xns: Roo.form, - listeners : { - actioncomplete : function (_self, action) - { - if (action.type == 'setdata') { - if(!_this.data.target){ - _this.form.url = baseURL + _this.data.target; - } - // _this.dialog.el.mask("Loading"); - // if(_this.data.id*1 > 0) - // this.load({ method: 'GET', params: { '_id' : _this.data.id }}); - - return; - } - if (action.type == 'load') { - - return; - } - if (action.type =='submit') { - - //action.result.data - _this.dialog.hide(); - // Roo.log(_this.callback); - if (_this.callback) { - _this.callback.call(_this, action.result.data); - } - _this.form.reset(); - return; - } - }, - rendered : function (form) - { - _this.form= form; - } - }, - method : 'POST', - style : 'margin:10px;', - url : baseURL, - items : [ - { - xtype: 'TextField', - xns: Roo.form, - fieldLabel : 'URL', - name : 'importUrl', - vtype : 'url', - width : 250 - } - ] - } - ] - } - ], - center : { - xtype: 'LayoutRegion', - xns: Roo - }, - buttons : [ - { - xtype: 'Button', - xns: Roo, - listeners : { - click : function (_self, e) - { - _this.dialog.hide(); - } - }, - text : "Cancel" - }, - { - xtype: 'Button', - xns: Roo, - listeners : { - click : function (_self, e) - { - _this.form.doAction("submit"); - } - }, - text : "OK" - } - ] - }); - } + }, + + create : function() + { + var _this = this; + this.dialog = Roo.factory({ + xtype : 'LayoutDialog', + closable : false, + collapsible : false, + draggable : false, + height : 140, + modal : true, + resizable : false, + title : _this._strings['c8c55f55be8cbe3141db7e26ab0a8b4e'] /* Import URL */, + width : 500, + xns : Roo, + '|xns' : 'Roo', + center : { + xtype : 'LayoutRegion', + xns : Roo, + '|xns' : 'Roo' + }, + buttons : [ + { + xtype : 'Button', + text : _this._strings['ea4788705e6873b424c65e91c2846b19'] /* Cancel */, + listeners : { + click : function (_self, e) + { + _this.dialog.hide(); + } + }, + xns : Roo, + '|xns' : 'Roo' + }, + { + xtype : 'Button', + text : _this._strings['e0aa021e21dddbd6d8cecec71e9cf564'] /* OK */, + listeners : { + click : function (_self, e) + { + _this.form.doAction("submit"); + } + }, + xns : Roo, + '|xns' : 'Roo' + } + ], + items : [ + { + xtype : 'ContentPanel', + region : 'center', + xns : Roo, + '|xns' : 'Roo', + items : [ + { + xtype : 'Form', + method : 'POST', + style : 'margin:10px;', + url : baseURL, + listeners : { + actioncomplete : function (_self, action) + { + if (action.type == 'setdata') { + if(_this.data.target){ + _this.form.url = baseURL + _this.data.target; + } + // _this.dialog.el.mask("Loading"); + // if(_this.data.id*1 > 0) + // this.load({ method: 'GET', params: { '_id' : _this.data.id }}); + + return; + } + if (action.type == 'load') { + + return; + } + if (action.type =='submit') { + + //action.result.data + _this.dialog.hide(); + // Roo.log(_this.callback); + if (_this.callback) { + _this.callback.call(_this, action.result.data); + } + _this.form.reset(); + return; + } + }, + rendered : function (form) + { + _this.form= form; + } + }, + xns : Roo.form, + '|xns' : 'Roo.form', + items : [ + { + xtype : 'TextField', + fieldLabel : _this._strings['e6b391a8d2c4d45902a23a8b6585703d'] /* URL */, + name : 'importUrl', + vtype : 'url', + width : 250, + xns : Roo.form, + '|xns' : 'Roo.form' + } + ] + } + ] + } + ] + }); + } };