sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
863 B

<div class="view mblView" style="background-color: pink">
<div data-dojo-type="dojox/app/widgets/Container" data-dojo-attach-point="container" data-app-constraint="center" data-dojo-props="scrollable: true, fixedFooter:'mainTabBar'">
<h1>APP Center Main2</h1>
<div> To change direction and remove all children of the footer select a button.</div>
<button id="2testRTL" type="button" data-dojo-type="dojox/mobile/Button">testRTL on Body</button>
<button id="2testLTR" type="button" data-dojo-type="dojox/mobile/Button">testLTR on Body</button>
<button id="2testRTL2" type="button" data-dojo-type="dojox/mobile/Button">testRTL on footer</button>
<button id="2testLTR2" type="button" data-dojo-type="dojox/mobile/Button">testLTR on footer</button>
<div> After switching direction select a tab from the footer to reload the views.</div>
</div>
</div>