Pman.Tab.GroupsList.js
[Pman.Core] / Pman.Tab.GroupsList.js
index 5237d0f..0a6a6ce 100644 (file)
@@ -18,10 +18,6 @@ Pman.Tab.GroupsList.prototype = {
     disabled : false,
     add : function(parentLayout, region) {
         
-        Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
-        Roo.log(parentLayout);
-        Roo.log(region);
-        
         var _this = this;
         
         var refreshPager = function() {
@@ -159,6 +155,8 @@ Pman.Tab.GroupsList.prototype = {
         this.panel  = parentLayout.add(region,  new Ext.GridPanel(this.grid ,
             { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true})
         );
+        Roo.log('test!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
+        Roo.log(this.panel);
         this.grid.render();