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

index 27d467d..22b402a 100644 (file)
@@ -156,6 +156,7 @@ Ext.form.Form.prototype.stackFind = function(id)
 };
 
 // This is in Roo???
+/*
 Ext.form.Hidden = function(config){
     Ext.form.Hidden.superclass.constructor.call(this, config);
 };
@@ -172,7 +173,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)) || '';