Pman.Dialog.XtupleVendorEdit.bjs
authorEdward <edward@roojs.com>
Wed, 15 Jan 2014 05:40:02 +0000 (13:40 +0800)
committerEdward <edward@roojs.com>
Wed, 15 Jan 2014 05:40:02 +0000 (13:40 +0800)
Pman.Dialog.XtupleVendorEdit.js

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

index 0739c11..7cb8588 100644 (file)
                                     "xtype": "Toolbar",
                                     "|xns": "Roo",
                                     "items": [
-                                        {
-                                            "listeners": {
-                                                "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"
-                                        },
                                         {
                                             "listeners": {
                                                 "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
index afd1165..bbd710e 100644 (file)
@@ -899,20 +899,6 @@ Pman.Dialog.XtupleVendorEdit = {
                             xtype: 'Toolbar',
                             xns: Roo,
                             items : [
-                                {
-                                    xtype: 'TextField',
-                                    xns: Roo.form,
-                                    listeners : {
-                                        render : function (_self)
-                                        {
-                                            _this.searchBox = _self;
-                                        },
-                                        specialkey : function (_self, e)
-                                        {
-                                            _this.grid.footer.onClick('first');
-                                        }
-                                    }
-                                },
                                 {
                                     xtype: 'Button',
                                     xns: Roo.Toolbar,