Hi I am new to extjs v3, can you give me some idea how to fix this error on IE8. Thank you
Hi I am new to extjs v3, can you give me some idea how to fix this error on IE8. Thank you
This forum is for ExtJS 4. Please post ExtJS 3 questions to:
http://www.sencha.com/forum/forumdisplay.php?40
That error message can result from a stray comma. Check your code for commas at the end of arrays that shouldn't be there. A decent IDE should pick these up for you.
Sorry for posting on the wrong page,.. Thank you for the quick reply, I will check my code