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

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

index bc42312..9895f47 100644 (file)
@@ -6,6 +6,9 @@
     "path": "/home/alan/gitlive/Pman.Admin/Pman.Dialog.AdminEventLog.bjs",
     "items": [
         {
+            "listeners": {
+                "show": "function (_self)\n{\n    _this.grid.onClick('first');\n}"
+            },
             "height": 500,
             "title": "Event history",
             "width": 800,
index e05fda0..d29ea7b 100644 (file)
@@ -30,6 +30,12 @@ Pman.Dialog.AdminEventLog = {
         this.dialog = Roo.factory({
             xtype: 'LayoutDialog',
             xns: Roo,
+            listeners : {
+                show : function (_self)
+                {
+                    _this.grid.onClick('first');
+                }
+            },
             height : 500,
             title : "Event history",
             width : 800,