From: Alan Knowles Date: Thu, 4 Nov 2010 04:42:05 +0000 (+0800) Subject: Pman.Dialog.Image.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5683a0c58acd5316631b7da7dc37c601c368f2e5 Pman.Dialog.Image.bjs --- diff --git a/Pman.Dialog.Image.bjs b/Pman.Dialog.Image.bjs index 6a2ffa55..8a68b54a 100644 --- a/Pman.Dialog.Image.bjs +++ b/Pman.Dialog.Image.bjs @@ -36,7 +36,7 @@ "items": [ { "listeners": { - "|actioncomplete": "function(_self,act)\n{\n _this.dialog.uploadComplete = true;\n _this.dialog.el.unmask();\n \n if (act.type == 'setdata') { \n this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php';\n this.el.dom.action = this.url;\n this.findField('UPLOAD_IDENTIFIER').setValue(\n (new Date() * 1) + '' + Math.random());\n \n return;\n }\n \n \n if (act.type == 'load') {\n // should this happen? \n _this.data = act.result.data;\n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n //console.log(act);\n if (_this.callback) {\n _this.callback.call(this, act.result.data);\n }\n return; \n }\n}\n", + "|actioncomplete": "function(_self,act)\n{\n _this.dialog.uploadComplete = true;\n _this.dialog.el.unmask();\n \n if (act.type == 'setdata') { \n this.url = _this.data._url ? _this.data._url : baseURL + '/Roo/Images.php';\n this.el.dom.action = this.url;\n this.findField('UPLOAD_IDENTIFIER').setValue(\n (new Date() * 1) + '' + Math.random());\n \n return;\n }\n \n \n if (act.type == 'load') {\n // should this happen? \n _this.data = act.result.data;\n // _this.loaded();\n return;\n }\n \n \n if (act.type == 'submit') { // only submitted here if we are \n _this.dialog.hide();\n \n //console.log(act);\n if (_this.callback) {\n _this.callback.call(this, act.result.data);\n }\n return; \n }\n}\n", "|rendered": "function (form)\n{\n _this.form= form;\n}\n", "actionfailed": "function (_self, act)\n{\n _this.dialog.uploadComplete = true;\n _this.dialog.el.unmask();\n // error msg???\n \n if (act.type == 'submit') {\n Ext.MessageBox.alert(\"Error\", \"Saving failed = fix errors and try again\");\n return;\n }\n \n // what about load failing..\n Ext.MessageBox.alert(\"Error\", \"Error loading details\"); \n}" },