Pman.Tab.BAdminCompany.bjs
authorKH Lau <khlau@roojs.com>
Wed, 20 Sep 2017 02:30:42 +0000 (10:30 +0800)
committerKH Lau <khlau@roojs.com>
Wed, 20 Sep 2017 02:30:42 +0000 (10:30 +0800)
Pman.Tab.BAdminCompany.js

Pman.Tab.BAdminCompany.bjs
Pman.Tab.BAdminCompany.js

index 459bc00..01133d2 100644 (file)
         },
         {
          "listeners" : {
-          "rowdblclick" : "function (_self, el, rowIndex, e)\n{\n    if (!_this.dialog) {\n        return;\n    }\n    _this.dialog.show(_this.grid.grid.store.getAt(rowIndex).data, function() {\n        if (_this.table) {\n            _this.table.footer.onClick('first');\n            //_this.table.store.load({});\n        }\n    });\n}",
+          "rowdblclick" : "function (_self, el, rowIndex, e)\n{\n    if (!_this.dialog) {\n        return;\n    }\n    _this.dialog.show(_this.grid.grid.store.getAt(rowIndex).data, function() {\n        if (_this.table) {\n            _this.table.footer.onClick('first');\n        }\n    });\n}",
           "render" : "function (_self)\n{\n  _this.table = _self;\n  \n  \n  //if(_this.table.active) {\n  //  this.footer.onClick('first');\n  //}\n}"
          },
          "String cls" : "table-fixed",
index 5915149..6834399 100644 (file)
@@ -193,7 +193,6 @@ Pman.Tab.BAdminCompany = new Roo.XComponent({
              _this.dialog.show(_this.grid.grid.store.getAt(rowIndex).data, function() {
                  if (_this.table) {
                      _this.table.footer.onClick('first');
-                     //_this.table.store.load({});
                  }
              });
          }