comparison app/view/window/MessungEdit.js @ 1017:d8e74bd89d6b

Fixed Activation of StatusReset Button
author Dustin Demuth <dustin@intevation.de>
date Thu, 04 Feb 2016 12:08:21 +0100
parents c943340176d4
children 5ed859241fc9
comparison
equal deleted inserted replaced
1016:d6e259e76de6 1017:d8e74bd89d6b
208 disableChildren: function() { 208 disableChildren: function() {
209 this.down('fset[name=messwerte]').down('messwertgrid').setReadOnly(true); 209 this.down('fset[name=messwerte]').down('messwertgrid').setReadOnly(true);
210 this.down('fset[name=messwerte]').down('messwertgrid').readOnly = true; 210 this.down('fset[name=messwerte]').down('messwertgrid').readOnly = true;
211 this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(true); 211 this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(true);
212 this.down('fset[name=messungskommentare]').down('mkommentargrid').readOnly = true; 212 this.down('fset[name=messungskommentare]').down('mkommentargrid').readOnly = true;
213 this.disableStatusEdit(); 213 //this.disableStatusEdit();
214 this.disableStatusReset(); 214 //this.disableStatusReset();
215 }, 215 },
216 216
217 /** 217 /**
218 * Enable the Childelements of this window 218 * Enable the Childelements of this window
219 */ 219 */
220 enableChildren: function() { 220 enableChildren: function() {
221 this.down('fset[name=messwerte]').down('messwertgrid').setReadOnly(false); 221 this.down('fset[name=messwerte]').down('messwertgrid').setReadOnly(false);
222 this.down('fset[name=messwerte]').down('messwertgrid').readOnly = false; 222 this.down('fset[name=messwerte]').down('messwertgrid').readOnly = false;
223 this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(false); 223 this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(false);
224 this.down('fset[name=messungskommentare]').down('mkommentargrid').readOnly = false; 224 this.down('fset[name=messungskommentare]').down('mkommentargrid').readOnly = false;
225 this.enableStatusEdit(); 225 //this.enableStatusEdit();
226 this.enableStatusReset(); 226 //this.enableStatusReset();
227 }, 227 },
228 228
229 /** 229 /**
230 * Enable to reset the statusgrid 230 * Enable to reset the statusgrid
231 */ 231 */

http://lada.wald.intevation.org