From bee197717916d8451f14f91756b44cdebec199aa Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:32:43 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 2 +- Pman.Dialog.CoreAutoSavePreview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 148fbed3..81ab3f4b 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.params || {};\n \n if(typeof(_this.data) == 'undefined'){\n this.removeAll();\n return false;\n }\n \n o.params.action = 'AUTOSAVE';\n}" + "beforeload": "function (_self, o)\n{\n o.params = o.params || {};\n \n if(typeof(_this.data) == 'undefined'){\n this.removeAll();\n return false;\n }\n Roo.log(_this.data);\n o.params.action = 'AUTOSAVE';\n}" }, "*prop": "dataSource", "remoteSort": true, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 21cbad77..1164da38 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -105,7 +105,7 @@ Pman.Dialog.CoreAutoSavePreview = { this.removeAll(); return false; } - + Roo.log(_this.data); o.params.action = 'AUTOSAVE'; } }, -- 2.39.2