This commit is contained in:
Éric Lemoine
2013-02-20 10:38:25 +01:00
parent 17c3936ab6
commit 5d14b9e2d4
1919 changed files with 559755 additions and 2588 deletions

14
master/examples/doc0.html Normal file
View File

@@ -0,0 +1,14 @@
<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.