Mercurial > lada > lada-client
comparison app/view/widget/base/ComboBox.js @ 1212:3e6756b0fc97
Fix and complement validation of Messprogramm from.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 13 Oct 2016 14:42:26 +0200 |
parents | 08bd9f1c791b |
children | d17501b967f2 |
comparison
equal
deleted
inserted
replaced
1211:85b018980347 | 1212:3e6756b0fc97 |
---|---|
67 width: 14, | 67 width: 14, |
68 height: 14, | 68 height: 14, |
69 hidden: true | 69 hidden: true |
70 }]; | 70 }]; |
71 this.callParent(arguments); | 71 this.callParent(arguments); |
72 /* listeners have been passed to combobox. Thus, clear them on panel | |
73 * to avoid double effects of events fired on combobox and panel. */ | |
74 this.clearListeners(); | |
72 }, | 75 }, |
73 | 76 |
74 showWarnings: function(warnings) { | 77 showWarnings: function(warnings) { |
75 var img = this.down('image[name=warnImg]'); | 78 var img = this.down('image[name=warnImg]'); |
76 Ext.create('Ext.tip.ToolTip', { | 79 Ext.create('Ext.tip.ToolTip', { |