Mercurial > lada > lada-client
comparison app/view/proben/Edit.js @ 46:39f5f1529847
Added combotbox for Betriebsart.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 24 May 2013 17:02:45 +0200 |
parents | acb23b0f191b |
children | e6d5177a9f6f |
comparison
equal
deleted
inserted
replaced
45:acb23b0f191b | 46:39f5f1529847 |
---|---|
10 modal: true, | 10 modal: true, |
11 | 11 |
12 requires: [ | 12 requires: [ |
13 'Lada.view.widgets.Uwb', | 13 'Lada.view.widgets.Uwb', |
14 'Lada.view.widgets.Datenbasis', | 14 'Lada.view.widgets.Datenbasis', |
15 'Lada.view.widgets.Probenart' | 15 'Lada.view.widgets.Probenart', |
16 'Lada.view.widgets.Betriebsart' | |
16 ], | 17 ], |
17 | 18 |
18 initComponent: function() { | 19 initComponent: function() { |
19 this.items = [ | 20 this.items = [ |
20 { | 21 { |
58 editable: false, | 59 editable: false, |
59 name: 'datenbasisId', | 60 name: 'datenbasisId', |
60 fieldLabel: 'Datenbasis' | 61 fieldLabel: 'Datenbasis' |
61 }, | 62 }, |
62 { | 63 { |
63 xtype: 'textfield', | 64 xtype: 'betriebsart', |
64 name: 'x5', | 65 name: 'baId', |
65 fieldLabel: 'RB/IB' | 66 fieldLabel: 'Betriebsart' |
66 }, | 67 }, |
67 { | 68 { |
68 xtype: 'textfield', | 69 xtype: 'textfield', |
69 name: 'test', | 70 name: 'test', |
70 fieldLabel: 'Testdatensatz' | 71 fieldLabel: 'Testdatensatz' |