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

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

index e0ab845..2ad3bd6 100644 (file)
                                         },
                                         {
                                             "listeners": {
-                                                "|click": "function (_self, e)\n{\n    _this.searchBox.setValue('');\n    _this.publication_name_combo.setValue('');\n    _this.publication_lang_combo.setValue('');\n    _this.country_combo.setValue('');\n    _this.category_media_id_combo.setValue('');\n    _this.role_combo.setValue('');      \n\n    \n    _this.grid.footer.onClick('first');\n}"
+                                                "|click": "function (_self, e)\n{\n    _this.searchBox.setValue('');\n    \n    _this.grid.footer.onClick('first');\n}"
                                             },
                                             "cls": "x-btn-icon",
                                             "xtype": "Button",
index 3e50238..4eb4db4 100644 (file)
@@ -672,12 +672,6 @@ Pman.Dialog.XtupleVendorEdit = {
                                         click : function (_self, e)
                                         {
                                             _this.searchBox.setValue('');
-                                            _this.publication_name_combo.setValue('');
-                                            _this.publication_lang_combo.setValue('');
-                                            _this.country_combo.setValue('');
-                                            _this.category_media_id_combo.setValue('');
-                                            _this.role_combo.setValue('');      
-                                        
                                             
                                             _this.grid.footer.onClick('first');
                                         }