From: Alan Knowles Date: Thu, 12 May 2011 08:12:32 +0000 (+0800) Subject: Pman.Tab.AdminCompanies.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=978814f9aceaa16529b2d98139746e19dec32b4a Pman.Tab.AdminCompanies.bjs --- diff --git a/Pman.Tab.AdminCompanies.bjs b/Pman.Tab.AdminCompanies.bjs index 7ca73ea..d2564a4 100644 --- a/Pman.Tab.AdminCompanies.bjs +++ b/Pman.Tab.AdminCompanies.bjs @@ -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"