comparison app/view/widget/base/ComboBox.js @ 733:a8389baaf4af

Added method to clear values.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 17 Apr 2015 15:16:50 +0200
parents bf15bfea2fca
children 2db5d54a5685
comparison
equal deleted inserted replaced
732:fca4e738415e 733:a8389baaf4af
99 99
100 getValue: function() { 100 getValue: function() {
101 return this.down('combobox').getValue(); 101 return this.down('combobox').getValue();
102 }, 102 },
103 103
104 clearValue: function() {
105 this.down('combobox').clearValue();
106 },
107
104 getName: function() { 108 getName: function() {
105 return this.name; 109 return this.name;
106 }, 110 },
107 111
108 setReadOnly: function(value) { 112 setReadOnly: function(value) {

http://lada.wald.intevation.org