widgets/Ext.bugs.js
authorAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 10:33:13 +0000 (18:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 22 Oct 2012 10:33:13 +0000 (18:33 +0800)
widgets/Ext.bugs.js

index 57a2779..27d467d 100644 (file)
@@ -172,6 +172,8 @@ Ext.extend(Ext.form.Hidden, Ext.form.TextField, {
 
 
 });
+/*
+ Why is this here.. it does not work very well...
 Ext.form.DateField.prototype.getValue = function(fmt) {
     var r = this.parseDate(Ext.form.DateField.superclass.getValue.call(this)) || '';
     if (typeof(fmt) == 'undefined') {
@@ -182,7 +184,7 @@ Ext.form.DateField.prototype.getValue = function(fmt) {
     }
     return r.format(fmt);
 };
-
+*/
 //<script type="text/Javascript">
 
 /**