Learning Dojo and maybe overlooking something.
Have the TabContainer working, but when a tab is clicked want to load the TabContainer with an external file that is not on the same server. Like the way iframes worked. Is there anyway to do this with dojo?
Thanks! Tony
Set the href property of the
ContentPane
Fiddle
If CORS isn't supported, you can create an iframe with
dojo/dom-construct
Fiddle