| JavaScript Document (8) Events (8) ExtJS (9) Strings (3) |
ExtJS , Store object, lastOptions error messages
Question: I get error messages in Internet Explorer when I use ExtJs in my project. Firefox (version 2) shows no issues.Internet Explorer (version 6) says 'object expected'. Answer: Does your code by any chance read parameter values as if they were a sub-parameter? See the example code. The parameter 'export' should be read as shown in the second part of the code snippet.
Comments:
| |||||||||||||||||||||||