Pman.Dialog.AdminEventLog.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:16:28 +0000 (12:16 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 11 Feb 2014 04:16:28 +0000 (12:16 +0800)
Pman.Dialog.AdminEventLog.js

Pman.Dialog.AdminEventLog.bjs
Pman.Dialog.AdminEventLog.js

index 5d5b1dc..68982cf 100644 (file)
                     "*prop": "center"
                 },
                 {
-                    "|xns": "Roo",
-                    "xtype": "GridPanel",
-                    "title": "Events",
-                    "fitToframe": true,
-                    "fitContainer": true,
-                    "tableName": "Events",
-                    "background": true,
-                    "region": "center",
                     "listeners": {
                         "|activate": "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
                     },
+                    "background": false,
+                    "fitContainer": true,
+                    "fitToframe": true,
+                    "region": "center",
+                    "tableName": "Events",
+                    "title": "Events",
+                    "xtype": "GridPanel",
+                    "|xns": "Roo",
                     "items": [
                         {
                             "*prop": "grid",
index 518f1a6..3a8e134 100644 (file)
@@ -36,12 +36,6 @@ Pman.Dialog.AdminEventLog = {
                 {
                     xtype: 'GridPanel',
                     xns: Roo,
-                    title : "Events",
-                    fitToframe : true,
-                    fitContainer : true,
-                    tableName : 'Events',
-                    background : true,
-                    region : 'center',
                     listeners : {
                         activate : function() {
                             _this.panel = this;
@@ -50,6 +44,12 @@ Pman.Dialog.AdminEventLog = {
                             }
                         }
                     },
+                    background : false,
+                    fitContainer : true,
+                    fitToframe : true,
+                    region : 'center',
+                    tableName : 'Events',
+                    title : "Events",
                     grid : {
                         xtype: 'Grid',
                         xns: Roo.grid,