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.
 
 
 
 
 
 

9 lines
625 B

<div id="view2" dojoType="dojox.mobile.View">
<h1 dojoType="dojox.mobile.Heading" back="Home" moveTo="home" label="view2.html"></h1>
<h2 dojoType="dojox.mobile.RoundRectCategory" label="Transition Effects"></h2>
<ul dojoType="dojox.mobile.RoundRectList">
<li dojoType="dojox.mobile.ListItem" icon="images/i-icon-1.png" moveTo="home" transition="slide" label="Slide"></li>
<li dojoType="dojox.mobile.ListItem" icon="images/i-icon-2.png" moveTo="home" transition="flip" label="Flip"></li>
<li dojoType="dojox.mobile.ListItem" icon="images/i-icon-3.png" moveTo="home" transition="fade" label="Fade"></li>
</ul>
</div>