Mercurial > lada > lada-client
comparison app/view/form/Probe.js @ 611:8a156a7fbe67
added a controller for messungforms, modified testdatensatz-widget to load a local store, removed dirtychange listeners from probe-form
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 13 Mar 2015 15:11:12 +0100 |
parents | 7f8e64c5bd2e |
children | 19d81c9aa97f |
comparison
equal
deleted
inserted
replaced
610:f240fe19ff5d | 611:8a156a7fbe67 |
---|---|
104 xtype: 'datenbasis', | 104 xtype: 'datenbasis', |
105 editable: false, | 105 editable: false, |
106 name: 'datenbasisId', | 106 name: 'datenbasisId', |
107 fieldLabel: 'Datenbasis', | 107 fieldLabel: 'Datenbasis', |
108 labelWidth: 100, | 108 labelWidth: 100, |
109 listeners: { | |
110 dirtychange: { | |
111 fn: this.updateOnChange, | |
112 scope: me | |
113 } | |
114 } | |
115 }, { | 109 }, { |
116 xtype: 'betriebsart', | 110 xtype: 'betriebsart', |
117 name: 'baId', | 111 name: 'baId', |
118 fieldLabel: 'Betriebsart', | 112 fieldLabel: 'Betriebsart', |
119 labelWidth: 100, | 113 labelWidth: 100, |
120 listeners: { | |
121 dirtychange: { | |
122 fn: this.updateOnChange, | |
123 scope: me | |
124 } | |
125 } | |
126 }, { | 114 }, { |
127 xtype: 'testdatensatz', | 115 xtype: 'testdatensatz', |
128 name: 'test', | 116 name: 'test', |
129 fieldLabel: 'Testdatensatz', | 117 fieldLabel: 'Testdatensatz', |
130 labelWidth: 100, | 118 labelWidth: 100, |
131 allowBlank: false, | 119 allowBlank: false, |
132 listeners: { | |
133 dirtychange: { | |
134 fn: this.updateOnChange, | |
135 scope: me | |
136 } | |
137 } | |
138 }, { | 120 }, { |
139 xtype: 'probenart', | 121 xtype: 'probenart', |
140 editable: false, | 122 editable: false, |
141 name: 'probenartId', | 123 name: 'probenartId', |
142 fieldLabel: 'Probenart', | 124 fieldLabel: 'Probenart', |
143 labelWidth: 100, | 125 labelWidth: 100, |
144 allowBlank: false, | 126 allowBlank: false, |
145 listeners: { | |
146 dirtychange: { | |
147 fn: this.updateOnChange, | |
148 scope: me | |
149 } | |
150 } | |
151 }, { | 127 }, { |
152 xtype: 'numberfield', | 128 xtype: 'numberfield', |
153 allowDecimals: false, | 129 allowDecimals: false, |
154 name: 'probeNehmerId', | 130 name: 'probeNehmerId', |
155 fieldLabel: 'Probennehmer', | 131 fieldLabel: 'Probennehmer', |
156 labelWidth: 100, | 132 labelWidth: 100, |
157 listeners: { | |
158 dirtychange: { | |
159 fn: this.updateOnChange, | |
160 scope: me | |
161 } | |
162 } | |
163 }, { | 133 }, { |
164 xtype: 'netzbetreiber', | 134 xtype: 'netzbetreiber', |
165 name: 'netzbetreiberId', | 135 name: 'netzbetreiberId', |
166 editable: false, | 136 editable: false, |
167 fieldLabel: 'Netzbetreiber', | 137 fieldLabel: 'Netzbetreiber', |
168 labelWidth: 100, | 138 labelWidth: 100, |
169 allowBlank: false, | 139 allowBlank: false, |
170 listeners: { | |
171 dirtychange: { | |
172 fn: this.updateOnChange, | |
173 scope: me | |
174 } | |
175 } | |
176 }, { | 140 }, { |
177 xtype: 'tfield', | 141 xtype: 'tfield', |
178 name: 'x11', | 142 name: 'x11', |
179 fieldLabel: 'Datensatzerzeuger', | 143 fieldLabel: 'Datensatzerzeuger', |
180 labelWidth: 100, | 144 labelWidth: 100, |
181 listeners: { | |
182 dirtychange: { | |
183 fn: this.updateOnChange, | |
184 scope: me | |
185 } | |
186 } | |
187 }] | 145 }] |
188 }] | 146 }] |
189 }] | 147 }] |
190 }, { | 148 }, { |
191 // Medium | 149 // Medium |