Pman.Tab.AdminCompanies.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:12:32 +0000 (16:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:12:32 +0000 (16:12 +0800)
Pman.Tab.AdminCompanies.bjs

index 7ca73ea..d2564a4 100644 (file)
@@ -99,7 +99,8 @@
                                             "items": [
                                                 {
                                                     "listeners": {
-                                                        "show": "function (_self)\n{\n_this.searchBox = _self;\n}"
+                                                        "show": "function (_self)\n{\n_this.searchBox = _self;\n}",
+                                                        "specialkey": "function (_self, e)\n{\n if (e.getKey() == 13) {\n     _this.grid.footer.onClick( 'first' );\n  }\n}"
                                                     },
                                                     "xtype": "TextField",
                                                     "|xns": "Roo.form"