Mercurial > lada > lada-client
comparison app/view/window/MessungCreate.js @ 1027:859e2e9859cd
Fixed an issue concerning the selection of status
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 12 Feb 2016 17:23:21 +0100 |
parents | 8054232535ba |
children | 5e3d4136ecfb |
comparison
equal
deleted
inserted
replaced
1026:360884265471 | 1027:859e2e9859cd |
---|---|
113 * Enable the Childelements of this Window | 113 * Enable the Childelements of this Window |
114 */ | 114 */ |
115 enableChildren: function(){ | 115 enableChildren: function(){ |
116 //intentionally! | 116 //intentionally! |
117 return true; | 117 return true; |
118 } | 118 }, |
119 | |
120 /** | |
121 * Enable to reset the statusgrid | |
122 */ | |
123 enableStatusReset: function() { | |
124 //intentionally! | |
125 return true; | |
126 }, | |
127 | |
128 /** | |
129 * Disable to reset the statusgrid | |
130 */ | |
131 disableStatusReset: function() { | |
132 //intentionally! | |
133 return true; | |
134 }, | |
135 /** | |
136 * Enable to edit the statusgrid | |
137 */ | |
138 enableStatusEdit: function() { | |
139 //intentionally! | |
140 return true; | |
141 }, | |
142 | |
143 /** | |
144 * Disable to edit the statusgrid | |
145 */ | |
146 disableStatusEdit: function() { | |
147 //intentionally! | |
148 return true; | |
149 } | |
119 }); | 150 }); |