Mercurial > lada > lada-client
diff app/view/widgets/Messmethode.js @ 272:852dc338894e
Make custom comboboxed selectable
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 06 Aug 2013 16:53:47 +0200 |
parents | 1375ff0f248d |
children | 5fbcbf330839 |
line wrap: on
line diff
--- a/app/view/widgets/Messmethode.js Tue Aug 06 16:03:38 2013 +0200 +++ b/app/view/widgets/Messmethode.js Tue Aug 06 16:53:47 2013 +0200 @@ -17,7 +17,7 @@ }); Ext.define('Lada.view.widgets.Messmethode' ,{ - tpl: '<tpl for="."><div class="x-combo-list-item" >{mmtId} - {messmethhode}</div></tpl>', + tpl: '<tpl for="."><div class="x-combo-list-item x-boundlist-item" >{mmtId} - {messmethhode}</div></tpl>', extend: 'Ext.form.ComboBox', alias: 'widget.messmethode', store: mmtStore,