Pman.Tab.AdminLogDrill.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:05:52 +0000 (15:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 17 Jan 2012 07:05:52 +0000 (15:05 +0800)
Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js
Pman.Tab.AdminLogDrill.js

Pman.Tab.AdminLogDrill.bjs
Pman.Tab.AdminLogDrill.js

index d02b66e..8c5f5fe 100644 (file)
                                             "items": [
                                                 {
                                                     "listeners": {
-                                                        "|select": "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}",
+                                                        "|select": "function (combo, record, index)\n{\n   _this.dategrid.ds.load({});\n}",
                                                         "|render": "function (_self)\n{\n  _this.actionSel = _self;\n}"
                                                     },
                                                     "allowBlank": true,
index a4bb26e..148704e 100644 (file)
@@ -510,7 +510,7 @@ Pman.Tab.AdminLogDrill = new Roo.util.Observable({
                                         listeners : {
                                             select : function (combo, record, index)
                                             {
-                                              _this.grid.footer.onClick('first');
+                                               _this.dategrid.ds.load({});
                                             },
                                             render : function (_self)
                                             {