From ef79fac0834d31add083de191dafaa590a8b38eb Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:19:19 +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 6d033aac..f5596903 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -31,7 +31,7 @@ }, { "listeners": { - "|activate": "function() {\n _this.panel = this;\n if (_this.grid) {\n _this.grid.footer.onClick('first');\n }\n}" + "|activate": "function() {\n _this.panel = this;\n if (_this.grid) {\n Roo.log(2);\n _this.grid.footer.onClick('first');\n }\n}" }, "background": false, "fitContainer": true, diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 61d4e4b1..44b58ab4 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -46,6 +46,7 @@ Pman.Dialog.CoreAutoSavePreview = { activate : function() { _this.panel = this; if (_this.grid) { + Roo.log(2); _this.grid.footer.onClick('first'); } } -- 2.39.2