From 89cf5ef8646484c98d414933f420494fea5bdcaf Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:02:29 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index b45cc475..2cbb9295 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -64,7 +64,7 @@ }, { "listeners": { - "|beforeload": "function (_self, o)\n{\n o.params = o.parmas || {};\n o.action = 'AUTOSAVE'\n}" + "|beforeload": "function (_self, o)\n{\n Roo.log(_this.data);\n o.params = o.parmas || {};\n o.action = 'AUTOSAVE'\n}" }, "*prop": "dataSource", "remoteSort": true, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 69aa3fca..3c727bcd 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -94,6 +94,7 @@ Pman.Dialog.CoreAutoSavePreview = { listeners : { beforeload : function (_self, o) { + Roo.log(_this.data); o.params = o.parmas || {}; o.action = 'AUTOSAVE' } -- 2.39.2