Pman.Tab.AdminContacts.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:15:55 +0000 (11:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 Oct 2011 03:15:55 +0000 (11:15 +0800)
Pman.Tab.AdminContacts.bjs
Pman.Tab.AdminContacts.js
Pman.Tab.AdminContacts.js

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

index 76df432..0e9249a 100644 (file)
@@ -99,7 +99,8 @@
                                 },
                                 {
                                     "listeners": {
-                                        "render": "function (_self)\n{\n  _this.companyCombo = _self;\n}"
+                                        "render": "function (_self)\n{\n  _this.companyCombo = _self;\n}",
+                                        "select": "function (combo, record, index)\n{\n   _this.grid.footer.onClick.defer(300,_this.grid.footer,'first');\n}"
                                     },
                                     "displayField": "name",
                                     "editable": true,
index 894423b..3b09d12 100644 (file)
@@ -534,6 +534,10 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({
                                 render : function (_self)
                                 {
                                   _this.companyCombo = _self;
+                                },
+                                select : function (combo, record, index)
+                                {
+                                   _this.grid.footer.onClick.defer(300,_this.grid.footer,'first');
                                 }
                             },
                             displayField : 'name',