Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Fri Apr 17 14:13:28 2015 +0200 +++ b/app/view/widget/base/ComboBox.js Fri Apr 17 15:16:50 2015 +0200 @@ -101,6 +101,10 @@ return this.down('combobox').getValue(); }, + clearValue: function() { + this.down('combobox').clearValue(); + }, + getName: function() { return this.name; },