Mercurial > lada > lada-client
comparison app/view/proben/EditForm.js @ 90:f25918e6911e
Changed type of messstelle field to combobox
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 11 Jun 2013 13:22:03 +0200 |
parents | 549929d0b72e |
children | 95b08b96f5c9 |
comparison
equal
deleted
inserted
replaced
89:549929d0b72e | 90:f25918e6911e |
---|---|
10 defaults: { | 10 defaults: { |
11 labelWidth: 150 | 11 labelWidth: 150 |
12 }, | 12 }, |
13 items: [ | 13 items: [ |
14 { | 14 { |
15 xtype: 'textfield', | 15 xtype: 'mst', |
16 name: 'mstId', | 16 name: 'mstId', |
17 fieldLabel: 'Messstelle' | 17 fieldLabel: 'Messstelle' |
18 }, | 18 }, |
19 { | 19 { |
20 xtype: 'textfield', | 20 xtype: 'textfield', |