Mercurial > lada > lada-client
comparison app/view/window/MessungCreate.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 setMessages: function(errors, warnings) { | 57 setMessages: function(errors, warnings) { |
58 //todo this is a stub | 58 //todo this is a stub |
59 }, | 59 }, |
60 clearMessages: function() { | 60 clearMessages: function() { |
61 //todo this is a stub | 61 //todo this is a stub |
62 }, | |
63 | |
64 disableChildren: function(){ | |
65 //intentionally! | |
66 return true; | |
67 }, | |
68 | |
69 enableChildren: function(){ | |
70 //intentionally! | |
71 return true; | |
62 } | 72 } |
63 | |
64 }); | 73 }); |