ksachdeva
4 Apr 2007, 6:59 AM
The feature of Ext that I have fall in love with is the notion of templates. It really simplify the life. Yesterday I started testing my application on IE as some where I read that I should always test in FF first because it is a better and more compliant browser (to which I still agree) and found out that nothing is working in IE. After spending/wasting some hours I figured that by default Ext put the the html instead of creating dom elements and one should set useDom to true. I did that but my template related code did not so I am guessing that it is because for template you embed html and do not create the dom elements.
If some one could verify this.
Regards & thanks
Kapil
PS: IMHO useDom by default should be 'true' instead of 'false'
If some one could verify this.
Regards & thanks
Kapil
PS: IMHO useDom by default should be 'true' instead of 'false'