Problem using dojo widgets in IE,
January 21, 2010 at 12:18 PM
I have a dashboard viewlet(consider any java class)where I am trying to include custom dojo packages using dojo.require statement. I call new CustomWidget() from my methods in the viewlet and show them up in a dialog.
This works well in Firefox but not in IE.(we are using IE 7 and higher versions).
IE reports an error saying Could not load "my custom widget pkg name"[Object Error]"
Please suggest any work arounds for using dojo.require("my custom widget package") in IE.
View All Comments
| View Tutorial