Pman.Tab.AdminLogEvents.bjs
authorEdward <edward@roojs.com>
Thu, 30 Apr 2015 05:17:15 +0000 (13:17 +0800)
committerEdward <edward@roojs.com>
Thu, 30 Apr 2015 05:17:15 +0000 (13:17 +0800)
Pman.Tab.AdminLogEvents.js

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

index 4dbcabf..5eac346 100644 (file)
@@ -73,9 +73,6 @@
        "tableName" : "Events",
        "items" : [
         {
-         "listeners" : {
-          "|render" : "function() \n{ \n    _this.grid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.panel.active) {\n       this.footer.onClick('first');\n    }\n}"
-         },
          "autoExpandColumn" : "remarks",
          "xtype" : "Grid",
          "loadMask" : true,
index 5546f02..a6ffd89 100644 (file)
@@ -1326,16 +1326,6 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({
           xtype : 'ColumnModel'
          }
        ],
-       listeners : {
-        render : function() 
-         { 
-             _this.grid = this; 
-             //_this.dialog = Pman.Dialog.FILL_IN
-             if (_this.panel.active) {
-                this.footer.onClick('first');
-             }
-         }
-       },
        items : [
 
        ]