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.
 
 
 
 
 
 

8 lines
331 B

<div id="view6" data-dojo-type="dojox.mobile.View">
<h1 data-dojo-type="dojox.mobile.Heading" data-dojo-props='back:"Home", moveTo:"home"'>view6 (HTML)</h1>
<h2 data-dojo-type="dojox.mobile.RoundRectCategory">Script Views</h2>
<script>
console.log("This is Script in View6");
window._ScriptInView6 = true;
</script>
</div>