Hi,
I've been trying to implement a few maps within a tabbed dojo layout (TabContainer & ContentPane(s)). So far I've got this much working:
http://talon.coas.oregonstate.edu/demo/atlas.html
I ran into some issues where the ESRI JSAPI didn't include features I needed or desired for the tabbed layout. So the instructions at
Rename Dojo namespace | ArcGIS API for JavaScript
helped quite a bit.
However, a few issues I'm up against now:
1) zoom sliders won't show
2) can't add more than one map layer (have tried addLayers() method with no luck).
Any thoughts?