map = new Map("mapDiv", { basemap: "streets", center: [-92.593, 38.5], zoom: 6, infoWindow: popup, }); // divs <div id="mapView" data-dojo-type="dojox/mobile/View" > <div id="mapHeader" data-dojo-type="dojox/mobile/Heading"> <ul data-dojo-type="dojox/mobile/TabBar" data-dojo-props='barType:"segmentedControl"'> <li data-dojo-type="dojox/mobile/TabBarButton" data-dojo-props='selected:true, moveTo:"mainView"'>Main</li> <li data-dojo-type="dojox/mobile/TabBarButton" data-dojo-props='moveTo:"listView"'>Advisory List</li> </ul> </div> <div id="mapContainer" data-dojo-type="dojox/mobile/ContentPane"> <div id="HomeButton"></div> <div id="mapDiv"> </div> </div> </div>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.