From 2e0cd63760f9b455019e9942523e873354139850 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 22 Oct 2012 18:34:04 +0800 Subject: [PATCH] widgets/Ext.bugs.js --- widgets/Ext.bugs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) || ''; -- 2.39.2