From 94b503ea8657975cf0a77be7582ac2ddc9956f51 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 27 Dec 2013 14:41:30 +0800 Subject: [PATCH] Pman.Tab.XtupleCurrency.bjs Pman.Tab.XtupleCurrency.js --- Pman.Tab.XtupleCurrency.bjs | 9 --------- Pman.Tab.XtupleCurrency.js | 14 -------------- 2 files changed, 23 deletions(-) diff --git a/Pman.Tab.XtupleCurrency.bjs b/Pman.Tab.XtupleCurrency.bjs index e6bd9dad..4bab3135 100644 --- a/Pman.Tab.XtupleCurrency.bjs +++ b/Pman.Tab.XtupleCurrency.bjs @@ -189,15 +189,6 @@ { "|xns": "Roo.Toolbar", "xtype": "Fill" - }, - { - "listeners": { - "click": "function (_self, e)\n{\n _this.searchBox.setValue('');\r\n _this.status_type.setValue('');\r\n _this.grid.footer.onClick('first');\r\n}" - }, - "cls": "x-btn-icon", - "xtype": "Button", - "|icon": "rootURL + '/Pman/templates/images/edit-clear.gif'", - "|xns": "Roo.Toolbar" } ] }, diff --git a/Pman.Tab.XtupleCurrency.js b/Pman.Tab.XtupleCurrency.js index 194d0df6..0d8361e6 100644 --- a/Pman.Tab.XtupleCurrency.js +++ b/Pman.Tab.XtupleCurrency.js @@ -256,20 +256,6 @@ Pman.Tab.XtupleCurrency = new Roo.XComponent({ { xtype: 'Fill', xns: Roo.Toolbar - }, - { - xtype: 'Button', - xns: Roo.Toolbar, - listeners : { - click : function (_self, e) - { - _this.searchBox.setValue(''); - _this.status_type.setValue(''); - _this.grid.footer.onClick('first'); - } - }, - cls : 'x-btn-icon', - icon : rootURL + '/Pman/templates/images/edit-clear.gif' } ] }, -- 2.39.2