Mercurial > lada > lada-client
comparison app/view/widgets/Mst.js @ 107:84f32c62670f
Added form to create kommentare
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Wed, 19 Jun 2013 11:43:25 +0200 |
parents | 3f801444b8d5 |
children | 19eab475bbe5 |
comparison
equal
deleted
inserted
replaced
106:b91d5376db19 | 107:84f32c62670f |
---|---|
2 Ext.define('Lada.view.widgets.Mst' ,{ | 2 Ext.define('Lada.view.widgets.Mst' ,{ |
3 extend: 'Ext.form.ComboBox', | 3 extend: 'Ext.form.ComboBox', |
4 alias: 'widget.mst', | 4 alias: 'widget.mst', |
5 store: 'Mst', | 5 store: 'Mst', |
6 displayField:'mstId', | 6 displayField:'mstId', |
7 valueField: 'mstId' , | 7 valueField: 'mstId', |
8 typeAhead: true, | |
8 emptyText:'Wählen Sie eine Messstelle', | 9 emptyText:'Wählen Sie eine Messstelle', |
9 initComponent: function() { | 10 initComponent: function() { |
10 this.callParent(arguments); | 11 this.callParent(arguments); |
11 } | 12 } |
12 }); | 13 }); |