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

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

index 7cb8588..4c424e4 100644 (file)
                                     "xtype": "Toolbar",
                                     "|xns": "Roo",
                                     "items": [
-                                        {
-                                            "listeners": {
-                                                "|click": "function (_self, e)\n{\n_this.grid.footer.onClick('first');\n}"
-                                            },
-                                            "cls": "x-btn-icon",
-                                            "xtype": "Button",
-                                            "|icon": "rootURL + '/Pman/templates/images/search.gif'",
-                                            "|xns": "Roo.Toolbar"
-                                        },
-                                        {
-                                            "listeners": {
-                                                "|click": "function (_self, e)\n{\n    _this.searchBox.setValue('');\n    \n    _this.grid.footer.onClick('first');\n}"
-                                            },
-                                            "cls": "x-btn-icon",
-                                            "xtype": "Button",
-                                            "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'",
-                                            "|xns": "Roo.Toolbar"
-                                        },
                                         {
                                             "|xns": "Roo.Toolbar",
                                             "xtype": "Fill"
index bbd710e..173435f 100644 (file)
@@ -899,32 +899,6 @@ Pman.Dialog.XtupleVendorEdit = {
                             xtype: 'Toolbar',
                             xns: Roo,
                             items : [
-                                {
-                                    xtype: 'Button',
-                                    xns: Roo.Toolbar,
-                                    listeners : {
-                                        click : function (_self, e)
-                                        {
-                                        _this.grid.footer.onClick('first');
-                                        }
-                                    },
-                                    cls : 'x-btn-icon',
-                                    icon : rootURL + '/Pman/templates/images/search.gif'
-                                },
-                                {
-                                    xtype: 'Button',
-                                    xns: Roo.Toolbar,
-                                    listeners : {
-                                        click : function (_self, e)
-                                        {
-                                            _this.searchBox.setValue('');
-                                            
-                                            _this.grid.footer.onClick('first');
-                                        }
-                                    },
-                                    cls : 'x-btn-icon',
-                                    icon : rootURL + '/Pman/templates/images/edit-clear.gif'
-                                },
                                 {
                                     xtype: 'Fill',
                                     xns: Roo.Toolbar