Hello Everyone,
I am trying to create a templated widget and fortunately my in my html file I have HTML that is statically defined within a widget element.
what I mean is, in my html I have
I know that when Dojo creates a widget, it removes the DOM element used to define it.
So what I need is a way to get all the nested HTML DOM elements in either the constructor or the preamble function, before Dojo removes them.
