comparison app/view/window/ProbeEdit.js @ 1012:2adc329d90fe stammdatengrids

Replaced Locations with Ortszuordnung
author Dustin Demuth <dustin@intevation.de>
date Tue, 26 Jan 2016 10:40:48 +0100
parents 9ac03f461ab4
children 981339d774b8
comparison
equal deleted inserted replaced
1011:6afdbc8ee920 1012:2adc329d90fe
73 name: 'orte', 73 name: 'orte',
74 title: 'Ortsangaben', 74 title: 'Ortsangaben',
75 padding: '5, 5', 75 padding: '5, 5',
76 margin: 5, 76 margin: 5,
77 items: [{ 77 items: [{
78 xtype: 'ortgrid', 78 xtype: 'ortszuordnunggrid',
79 recordId: this.record.get('id') 79 recordId: this.record.get('id')
80 }] 80 }]
81 }, { 81 }, {
82 xtype: 'fset', 82 xtype: 'fset',
83 name: 'messungen', 83 name: 'messungen',
181 // Disable only when the User is not the owner of the Probe 181 // Disable only when the User is not the owner of the Probe
182 // Works in symbiosis with success callback some lines above. 182 // Works in symbiosis with success callback some lines above.
183 this.down('fset[name=messungen]').down('messunggrid').setReadOnly(true); 183 this.down('fset[name=messungen]').down('messunggrid').setReadOnly(true);
184 this.down('fset[name=messungen]').down('messunggrid').readOnly = true; 184 this.down('fset[name=messungen]').down('messunggrid').readOnly = true;
185 } 185 }
186 this.down('fset[name=orte]').down('ortgrid').setReadOnly(true); 186 this.down('fset[name=orte]').down('ortszuordnunggrid').setReadOnly(true);
187 this.down('fset[name=orte]').down('ortgrid').readOnly = true; 187 this.down('fset[name=orte]').down('ortszuordnunggrid').readOnly = true;
188 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').setReadOnly(true); 188 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').setReadOnly(true);
189 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').readOnly = true; 189 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').readOnly = true;
190 this.down('fset[name=pkommentare]').down('pkommentargrid').setReadOnly(true); 190 this.down('fset[name=pkommentare]').down('pkommentargrid').setReadOnly(true);
191 this.down('fset[name=pkommentare]').down('pkommentargrid').readOnly = true; 191 this.down('fset[name=pkommentare]').down('pkommentargrid').readOnly = true;
192 }, 192 },
195 * Enable the Childelements of this window 195 * Enable the Childelements of this window
196 */ 196 */
197 enableChildren: function() { 197 enableChildren: function() {
198 this.down('fset[name=messungen]').down('messunggrid').setReadOnly(false); 198 this.down('fset[name=messungen]').down('messunggrid').setReadOnly(false);
199 this.down('fset[name=messungen]').down('messunggrid').readOnly = false; 199 this.down('fset[name=messungen]').down('messunggrid').readOnly = false;
200 this.down('fset[name=orte]').down('ortgrid').setReadOnly(false); 200 this.down('fset[name=orte]').down('ortszuordnunggrid').setReadOnly(false);
201 this.down('fset[name=orte]').down('ortgrid').readOnly = false; 201 this.down('fset[name=orte]').down('ortszuordnunggrid').readOnly = false;
202 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').setReadOnly(false); 202 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').setReadOnly(false);
203 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').readOnly = false; 203 this.down('fset[name=probenzusatzwerte]').down('probenzusatzwertgrid').readOnly = false;
204 this.down('fset[name=pkommentare]').down('pkommentargrid').setReadOnly(false); 204 this.down('fset[name=pkommentare]').down('pkommentargrid').setReadOnly(false);
205 this.down('fset[name=pkommentare]').down('pkommentargrid').readOnly = false; 205 this.down('fset[name=pkommentare]').down('pkommentargrid').readOnly = false;
206 }, 206 },

http://lada.wald.intevation.org