-
2 Jun 2009 6:43 AM #11
I will try to make a new version for Ext 3.0...
-
24 Jun 2009 11:45 PM #12
Ext 3.0 version available
Ext 3.0 version available
I post a other zip file. It's a new version for Ext 3.0 only.
-
17 Aug 2009 8:12 PM #13
-
13 Apr 2010 8:17 AM #14
i had to tweak the onResize method to get this component to work with release 3.2.0
the code in the 3.x version makes a call to this.adjustWidth which no longer exists in the 3.2.0 source. I looked at El.prototype.onResize to model my changes in the "3.2.0 way". I have had no problems after making this change.Code:onResize : function(w, h){ Ext.form.TriggerField.superclass.onResize.call(this, w, h); var tw = this.trigger.getWidth() || (17 * (this.timeFields.length+1)); if (Ext.isNumber(w)) { this.el.setWidth(w - tw); } this.wrap.setWidth(this.el.getWidth() + tw); },
-
13 May 2012 11:58 PM #15
Looks very good.I try to go.
Looks very good.I try to go.
Looks very good.I try to go.
-
21 Aug 2012 7:53 PM #16
some problem on chrome (extjs 3.4)
some problem on chrome (extjs 3.4)
I have some problem on chrome, I use extjs 3.4(the newest), the minutes and seconds control doesnt adjust rightly, look the pic1.jpg


Reply With Quote