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

added disable/enableChildren Method
author Dustin Demuth <dustin@intevation.de>
date Fri, 27 Mar 2015 15:22:32 +0100
parents 6a6d1b02a1a3
children 6f6d2df00130
comparison
equal deleted inserted replaced
706:3e4be37e3e46 707:c632c7c34029
57 this.down('probeform').setMessages(errors, warnings); 57 this.down('probeform').setMessages(errors, warnings);
58 }, 58 },
59 59
60 clearMessages: function() { 60 clearMessages: function() {
61 this.down('probeform').clearMessages(); 61 this.down('probeform').clearMessages();
62 },
63
64 disableChildren: function(){
65 //intentionally!
66 return true;
67 },
68
69 enableChildren: function(){
70 //intentionally!
71 return true;
62 } 72 }
63 }); 73 });

http://lada.wald.intevation.org