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

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

index 0e9249a..30896e9 100644 (file)
                                 {
                                     "listeners": {
                                         "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}"
+                                        "select": "function (combo, record, index)\n{\n   _this.grid.footer.onClick.defer(300,_this.grid.footer,[ 'first'] );\n}"
                                     },
                                     "displayField": "name",
                                     "editable": true,
index 3b09d12..31036c9 100644 (file)
@@ -537,7 +537,7 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({
                                 },
                                 select : function (combo, record, index)
                                 {
-                                   _this.grid.footer.onClick.defer(300,_this.grid.footer,'first');
+                                   _this.grid.footer.onClick.defer(300,_this.grid.footer,[ 'first'] );
                                 }
                             },
                             displayField : 'name',