Files
openlayers/master/examples/doc0.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

15 lines
545 B
HTML

<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"/>
<select data-dojo-type="dijit.form.ComboBox">
<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.Button</button><br>
Here's some text that comes AFTER the button.