From: Alan Knowles Date: Mon, 22 Oct 2012 10:34:04 +0000 (+0800) Subject: widgets/Ext.bugs.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2e0cd63760f9b455019e9942523e873354139850 widgets/Ext.bugs.js --- diff --git a/widgets/Ext.bugs.js b/widgets/Ext.bugs.js index 27d467db..22b402ab 100644 --- a/widgets/Ext.bugs.js +++ b/widgets/Ext.bugs.js @@ -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)) || '';