There is several issues with referencing to the old code
There is several issues with referencing to the old code
Hi Andrew,
Link this extension is wrong points to the old version of DateTimeField, and it will not work with Ext 3 (3.0 or 3.2.0) , you should properly mention # in the thread where users can obtain correct version of original component. Otherwise people will get error: sp is undefined
Also it seems that yours new version of control still having an issue with IE 7, Today button is not shown in IE.
Tried to resolve so far no success
Any suggestions on how to fix it would be hardly appreciated.
after posting, i checked the source, and it was the Ext.isStrict param that was causing it to not show up, so upon forcing my document to be strict, it displayed ok. This is on IE8. My test candidate for 7 tells me it now works. Thanks.
In ExtJS 3.2 release they used fixed height for IE to fix some visuals effect with DateTime field, since custom component is adding Time field on top button Today on bottom is not shown. You should increase height by overriding default css.
In ExtJS 3.2 release they used fixed height for IE to fix some visuals effect with DateTime field, since custom component is adding Time field on top button Today on bottom is not shown. You should increase height by overriding default css.