Hello Everyone,
I am trying to add widgets and html to a Container widget and I am not sure what the API is.
dojoType="dijit._Container">
Hello World
// some widgets will be added dynamically
</div>
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 text (that is "Hello World") in my javascript.
I also want to know the API to add widgets to the Container
because when I do this.addwid.addChild(/*widget*/)
