comparison app/view/window/MessungEdit.js @ 707:c632c7c34029

added disable/enableChildren Method
author Dustin Demuth <dustin@intevation.de>
date Fri, 27 Mar 2015 15:22:32 +0100
parents b0f1dcdf981d
children 6f6d2df00130
comparison
equal deleted inserted replaced
706:3e4be37e3e46 707:c632c7c34029
163 this.down('fset[name=messungstatus]').down('statusgrid').setReadOnly(false); 163 this.down('fset[name=messungstatus]').down('statusgrid').setReadOnly(false);
164 this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(false); 164 this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(false);
165 }, 165 },
166 166
167 setMessages: function(errors, warnings) { 167 setMessages: function(errors, warnings) {
168 //todo this is a stub 168 this.down('messungform').setMessages(errors, warnings);
169 }, 169 },
170 clearMessages: function() { 170 clearMessages: function() {
171 //todo this is a stub 171 this.down('messungform').clearMessages();
172 } 172 }
173 173
174 }); 174 });

http://lada.wald.intevation.org