comparison app/view/widget/base/DateField.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 422e71708a0c
children 777bf66dbb11
comparison
equal deleted inserted replaced
732:fca4e738415e 733:a8389baaf4af
93 93
94 getValue: function() { 94 getValue: function() {
95 return this.down('datefield').getValue(); 95 return this.down('datefield').getValue();
96 }, 96 },
97 97
98 clearValue: function() {
99 this.down('datefield').clearValue();
100 },
101
98 getName: function() { 102 getName: function() {
99 return this.name; 103 return this.name;
100 }, 104 },
101 105
102 setReadOnly: function(value) { 106 setReadOnly: function(value) {

http://lada.wald.intevation.org