From 2c3416caa40e6bbcfcc5eb8a47070a55f6a0b0b0 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 2 Apr 2015 15:14:52 +0800 Subject: [PATCH] Pman.Tab.AdminLogEvents.bjs Pman.Tab.AdminLogEvents.js --- Pman.Tab.AdminLogEvents.bjs | 2 +- Pman.Tab.AdminLogEvents.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Pman.Tab.AdminLogEvents.bjs b/Pman.Tab.AdminLogEvents.bjs index 4e168af..02b0691 100644 --- a/Pman.Tab.AdminLogEvents.bjs +++ b/Pman.Tab.AdminLogEvents.bjs @@ -150,7 +150,7 @@ }, { "listeners" : { - "|render" : "function (_self)\n{\n _this.tableSel = _self;\n \n //this.el.setVisibilityMode(Roo.Element.DISPLAY);\n \n if(\n typeof(uiConfig) == 'undefined' || \n typeof(uiConfig.events_person_table) == 'undefined' || \n !uiConfig.events_person_table.length\n ){\n Roo.log(this.getActionEl);\n this.actionMode = 'fieldEl';\n this.hideMode = 'display';\n this.el.hide();\n }\n}", + "|render" : "function (_self)\n{\n _this.tableSel = _self;\n \n //this.el.setVisibilityMode(Roo.Element.DISPLAY);\n /*\n if(\n typeof(uiConfig) == 'undefined' || \n typeof(uiConfig.events_person_table) == 'undefined' || \n !uiConfig.events_person_table.length\n ){\n Roo.log(this.getActionEl);\n this.actionMode = 'fieldEl';\n this.hideMode = 'display';\n this.el.hide();\n }\n */\n}", "|select" : "function (combo, record, index)\n{\n _this.grid.footer.onClick('first');\n}" }, "listWidth" : 300, diff --git a/Pman.Tab.AdminLogEvents.js b/Pman.Tab.AdminLogEvents.js index 3d2c6f2..f2abdb5 100644 --- a/Pman.Tab.AdminLogEvents.js +++ b/Pman.Tab.AdminLogEvents.js @@ -402,7 +402,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ _this.tableSel = _self; //this.el.setVisibilityMode(Roo.Element.DISPLAY); - + /* if( typeof(uiConfig) == 'undefined' || typeof(uiConfig.events_person_table) == 'undefined' || @@ -413,6 +413,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({ this.hideMode = 'display'; this.el.hide(); } + */ }, select : function (combo, record, index) { -- 2.39.2