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.
 
 
 
 
 
 

14 lines
593 B

<h1>Document 0</h1>
This document has <a href="http://www.dojotoolkit.org/">a link</a>.<br />
(to check we're copying children around properly).<br />
Plus some widgets and native fields:<br />
<input value="native input" aria-label="native input" />
<select data-dojo-type="dijit/form/ComboBox" aria-label="select box doc 0">
<option value="1">dijit</option>
<option value="2">form</option>
<option value="3">ComboBox</option>
</select>
<button>native button</button>
<button data-dojo-type="dijit/form/Button">dijit/form/Button</button><br>
Here's some text that comes AFTER the button.