Mercurial > lada > lada-client
comparison app/view/widget/base/CheckBox.js @ 1016:d6e259e76de6
Updated filter value handling.
* Save and reset buttons for values
* Reload and update query stores
* set correct values on reset.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 02 Feb 2016 15:26:43 +0100 |
parents | 777bf66dbb11 |
children |
comparison
equal
deleted
inserted
replaced
1015:af9879d72310 | 1016:d6e259e76de6 |
---|---|
92 | 92 |
93 getValue: function() { | 93 getValue: function() { |
94 return this.down('checkbox').getValue(); | 94 return this.down('checkbox').getValue(); |
95 }, | 95 }, |
96 | 96 |
97 setValue: function(value) { | |
98 this.down('checkbox').setValue(value); | |
99 }, | |
100 | |
97 getName: function() { | 101 getName: function() { |
98 return this.name; | 102 return this.name; |
99 }, | 103 }, |
100 | 104 |
101 setReadOnly: function(value) { | 105 setReadOnly: function(value) { |