Pman.Tab.AdminCompanies.js
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.js

index 605ffe4..6ae8c14 100644 (file)
@@ -403,6 +403,12 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
                                             show : function (_self)
                                             {
                                             _this.searchBox = _self;
+                                            },
+                                            specialkey : function (_self, e)
+                                            {
+                                             if (e.getKey() == 13) {
+                                                 _this.grid.footer.onClick( 'first' );
+                                              }
                                             }
                                         }
                                     },