Mercurial > lada > lada-client
comparison app/view/proben/Edit.js @ 41:a1be7ccd4d0c
Added datenbasis combobox
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 24 May 2013 16:37:54 +0200 |
parents | f9b6de636ad0 |
children | 5ed477590736 |
comparison
equal
deleted
inserted
replaced
40:f9b6de636ad0 | 41:a1be7ccd4d0c |
---|---|
8 autoShow: true, | 8 autoShow: true, |
9 autoScroll: true, | 9 autoScroll: true, |
10 modal: true, | 10 modal: true, |
11 | 11 |
12 requires: [ | 12 requires: [ |
13 'Lada.view.widgets.Datenbasis', | |
13 'Lada.view.widgets.Probenart' | 14 'Lada.view.widgets.Probenart' |
14 ], | 15 ], |
15 | 16 |
16 initComponent: function() { | 17 initComponent: function() { |
17 this.items = [ | 18 this.items = [ |
49 title: 'Erweiterte Probenangaben', | 50 title: 'Erweiterte Probenangaben', |
50 collapsible: true, | 51 collapsible: true, |
51 collapsed: true, | 52 collapsed: true, |
52 items: [ | 53 items: [ |
53 { | 54 { |
54 xtype: 'textfield', | 55 xtype: 'datenbasis', |
55 name: 'x4', | 56 id: 'datenbasis', |
56 fieldLabel: 'Datebasis' | 57 editable: false, |
58 name: 'datenbasisId', | |
59 fieldLabel: 'Datenbasis' | |
57 }, | 60 }, |
58 { | 61 { |
59 xtype: 'textfield', | 62 xtype: 'textfield', |
60 name: 'x5', | 63 name: 'x5', |
61 fieldLabel: 'RB/IB' | 64 fieldLabel: 'RB/IB' |