From 8218202b842149c9714fde1ac8b21ee88fa110c7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 4 Nov 2010 11:53:59 +0800 Subject: [PATCH] Pman.Dialog.Image.js --- Pman.Dialog.Image.js | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/Pman.Dialog.Image.js b/Pman.Dialog.Image.js index cec452ae..cbc85dba 100644 --- a/Pman.Dialog.Image.js +++ b/Pman.Dialog.Image.js @@ -104,34 +104,34 @@ Pman.Dialog.Image = { listeners : { actioncomplete : function(_self,act) { - _this.dialog.uploadComplete = true; - _this.dialog.el.unmask(); - - if (act.type == 'setdata') { - this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php' - this.findField('UPLOAD_IDENTIFIER').setValue( - (new Date() * 1) + '' + Math.random()); - - return; - } - - - if (act.type == 'load') { - // should this happen? - _this.data = act.result.data; - // _this.loaded(); - return; - } - - - if (act.type == 'submit') { // only submitted here if we are - _this.dialog.hide(); - //console.log(act); - if (_this.callback) { - _this.callback.call(this, act.result.data); - } - return; + _this.dialog.uploadComplete = true; + _this.dialog.el.unmask(); + + if (act.type == 'setdata') { + this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php' + this.findField('UPLOAD_IDENTIFIER').setValue( + (new Date() * 1) + '' + Math.random()); + + return; + } + + + if (act.type == 'load') { + // should this happen? + _this.data = act.result.data; + // _this.loaded(); + return; + } + + + if (act.type == 'submit') { // only submitted here if we are + _this.dialog.hide(); + //console.log(act); + if (_this.callback) { + _this.callback.call(this, act.result.data); } + return; + } }, rendered : function (form) { -- 2.39.2