Pman.Dialog.XtupleVendorEdit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 19 Dec 2013 05:16:25 +0000 (13:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Dec 2013 05:16:25 +0000 (13:16 +0800)
Pman.Dialog.XtupleVendorEdit.js

Pman.Dialog.XtupleVendorEdit.bjs
Pman.Dialog.XtupleVendorEdit.js

index 5ed5678..d54d670 100644 (file)
                                     "items": [
                                         {
                                             "listeners": {
-                                                "render": "function (_self)\n{\n    _this.searchBox = _self;\n}"
+                                                "render": "function (_self)\n{\n    _this.searchBox = _self;\n}",
+                                                "specialkey": "function (_self, e)\n{\n    _this.grid.footer.onClick('first');\n}"
                                             },
                                             "xtype": "TextField",
                                             "|xns": "Roo.form"
index 80875b6..8b5ed00 100644 (file)
@@ -654,6 +654,10 @@ Pman.Dialog.XtupleVendorEdit = {
                                         render : function (_self)
                                         {
                                             _this.searchBox = _self;
+                                        },
+                                        specialkey : function (_self, e)
+                                        {
+                                            _this.grid.footer.onClick('first');
                                         }
                                     }
                                 },