Pman.Tab.MTrackMilestone.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2018 08:59:56 +0000 (16:59 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2018 08:59:56 +0000 (16:59 +0800)
Pman.Tab.MTrackMilestone.js

Pman.Tab.MTrackMilestone.bjs
Pman.Tab.MTrackMilestone.js

index 3682561..5f204a9 100644 (file)
         {
          "listeners" : {
           "render" : "function (_self)\n{\n   _this.projsel = _self;\n}",
-          "beforeselect" : "function (combo, record, index)\n{\n  (function() { _this.grid.onClick('first')}).defer(100);\n}"
+          "beforeselect" : "function (combo, record, index)\n{\n  (function() { _this.grid.footer.onClick('first')}).defer(100);\n}"
          },
          "listWidth" : 400,
          "triggerAction" : "all",
index c7c38c0..b151fc3 100644 (file)
@@ -169,7 +169,7 @@ Pman.Tab.MTrackMilestone = new Roo.XComponent({
        listeners : {
         beforeselect : function (combo, record, index)
          {
-           (function() { _this.grid.onClick('first')}).defer(100);
+           (function() { _this.grid.footer.onClick('first')}).defer(100);
          },
         render : function (_self)
          {