Pman.Tab.AdminLogEvents.bjs
authorEdward <edward@roojs.com>
Thu, 2 Apr 2015 06:56:38 +0000 (14:56 +0800)
committerEdward <edward@roojs.com>
Thu, 2 Apr 2015 06:56:38 +0000 (14:56 +0800)
Pman.Tab.AdminLogEvents.js

Pman.Tab.AdminLogEvents.bjs
Pman.Tab.AdminLogEvents.js

index 6fd833d..e940b92 100644 (file)
             },
             {
              "listeners" : {
-              "|render" : "function (_self)\n{\n  _this.tableSel = _self;\n}",
+              "|render" : "function (_self)\n{\n    _this.tableSel = _self;\n  \n    this.el.setVisibilityMode(Roo.Element.DISPLAY);\n    \n    this.el.hide();\n}",
               "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
              },
              "listWidth" : 300,
index 3bc9d5e..7146907 100644 (file)
@@ -397,7 +397,11 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({
           listeners : {
            render : function (_self)
             {
-              _this.tableSel = _self;
+                _this.tableSel = _self;
+              
+                this.el.setVisibilityMode(Roo.Element.DISPLAY);
+                
+                this.el.hide();
             },
            select : function (combo, record, index)
             {