Mercurial > lada > lada-client
comparison app/view/proben/Edit.js @ 49:792c34b3f5a9
Added combobox for field "testdatensatz"
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Mon, 27 May 2013 10:14:29 +0200 |
parents | e6d5177a9f6f |
children | 73bc17de6ff2 |
comparison
equal
deleted
inserted
replaced
48:5a977bf18619 | 49:792c34b3f5a9 |
---|---|
13 | 13 |
14 requires: [ | 14 requires: [ |
15 'Lada.view.widgets.Uwb', | 15 'Lada.view.widgets.Uwb', |
16 'Lada.view.widgets.Datenbasis', | 16 'Lada.view.widgets.Datenbasis', |
17 'Lada.view.widgets.Probenart', | 17 'Lada.view.widgets.Probenart', |
18 'Lada.view.widgets.Betriebsart' | 18 'Lada.view.widgets.Betriebsart', |
19 'Lada.view.widgets.Testdatensatz' | |
19 ], | 20 ], |
20 | 21 |
21 initComponent: function() { | 22 initComponent: function() { |
22 this.items = [ | 23 this.items = [ |
23 { | 24 { |
66 xtype: 'betriebsart', | 67 xtype: 'betriebsart', |
67 name: 'baId', | 68 name: 'baId', |
68 fieldLabel: 'Betriebsart' | 69 fieldLabel: 'Betriebsart' |
69 }, | 70 }, |
70 { | 71 { |
71 xtype: 'textfield', | 72 xtype: 'testdatensatz', |
72 name: 'test', | 73 name: 'test', |
73 fieldLabel: 'Testdatensatz' | 74 fieldLabel: 'Testdatensatz' |
74 }, | 75 }, |
75 { | 76 { |
76 xtype: 'probenart', | 77 xtype: 'probenart', |