Pman.Tab.AdminContacts.bjs
authorChris <chris@roojs.com>
Tue, 3 Jul 2012 03:21:46 +0000 (11:21 +0800)
committerChris <chris@roojs.com>
Tue, 3 Jul 2012 03:21:46 +0000 (11:21 +0800)
Pman.Tab.AdminContacts.js

Pman.Tab.AdminContacts.bjs
Pman.Tab.AdminContacts.js

index 61cf6c2..bfef2b4 100644 (file)
                                 {
                                     "listeners": {
                                         "toggle": "function (_self, pressed)\n{\n   _this.grid.footer.onClick('first');\n   this.setText(pressed ? \"Show Active\" : \"Show No Company\");\n   \n   \n}",
-                                        "render": "function (_self)\n{\n  _this.activeButton = _self;\n}"
+                                        "render": "function (_self)\n{\n  _this.active_company_button = _self;\n}"
                                     },
                                     "enableToggle": true,
                                     "text": "Show No Company",
index 53cac4d..523cc1a 100644 (file)
@@ -625,7 +625,7 @@ Pman.Tab.AdminContacts = new Roo.XComponent({
                                 },
                                 render : function (_self)
                                 {
-                                  _this.activeButton = _self;
+                                  _this.active_company_button = _self;
                                 }
                             },
                             enableToggle : true,