Pman.Tab.AdminLogEvents.bjs
authorEdward <edward@roojs.com>
Thu, 18 Dec 2014 04:27:28 +0000 (12:27 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Dec 2014 04:27:28 +0000 (12:27 +0800)
Pman.Tab.AdminLogEvents.js

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

index c06af69..8ce3e48 100644 (file)
                                                 {
                                                     "listeners" : {
                                                         "|render" : "function (_self)\n{\n  _this.tableSel = _self;\n}",
-                                                        "|select" : "function (combo, record, index)\n{\n  _this.grid.footer.onClick('first');\n}"
+                                                        "|select" : "function (combo, record, index)\n{\n    Roo.log(record);\n  _this.grid.footer.onClick('first');\n}"
                                                     },
                                                     "listWidth" : 300,
                                                     "triggerAction" : "all",
index 6f2bb74..45305fe 100644 (file)
@@ -378,6 +378,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({
                                                   },
                                                select : function (combo, record, index)
                                                   {
+                                                      Roo.log(record);
                                                     _this.grid.footer.onClick('first');
                                                   }
                                         },