Pman.Tab.AdminProjectManager.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:26:27 +0000 (15:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Feb 2011 07:26:27 +0000 (15:26 +0800)
Pman.Tab.AdminProjectManager.js

index 61626ca..bf44e43 100644 (file)
@@ -568,7 +568,9 @@ Pman.Tab.AdminProjectManager = new Roo.util.Observable({
                                             },
                                             specialkey : function (_self, e)
                                             {
-                                            
+                                                if(e.getKey() == 13) {
+                                                      _this.grid.footer.onClick('first');
+                                                }
                                             }
                                         }
                                     }