Login Register

fillInTemplate

IE6 Error "Object required" in my custom widget

I originally created a custom widget in dojo .4 version. My old widget worked both in FF as well as IE6.

Recently I migrated the widget to Dojo 1.0. I have having trouble gettting my widget to work in IE. It works OK in Firefox.

Here is my template code:

<div dojoAttachPoint="LogTableDomNode"> </div>

Here is the code I have in the fillInTemplate that was included inside the widget. The objective of this code was to replace the above template code with a HTML Table.


fillInTemplate: function() {

Syndicate content