From 4dc5e11374a606b6867c0f0caaa37b4c3c2bac60 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:19:09 +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 a5e2d714..6d033aac 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -44,7 +44,7 @@ "items": [ { "listeners": { - "|render": "function() { \n _this.grid = this; \n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}" + "|render": "function() { \n _this.grid = this; \n //_this.dialog = Pman.Dialog.FILL_IN\n if (_this.panel.active) {\n Roo.log('1');\n this.footer.onClick('first');\n }\n}" }, "*prop": "grid", "autoExpandColumn": "event_when", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index b055388c..61d4e4b1 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -64,6 +64,7 @@ Pman.Dialog.CoreAutoSavePreview = { _this.grid = this; //_this.dialog = Pman.Dialog.FILL_IN if (_this.panel.active) { + Roo.log('1'); this.footer.onClick('first'); } } -- 2.39.2