Last change
on this file since 275 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
531 bytes
|
Line | |
---|
1 | <h1>Document 0</h1> |
---|
2 | This document has <a href="http://www.dojotoolkit.org/">a link</a>.<br /> |
---|
3 | (to check we're copying children around properly).<br /> |
---|
4 | Plus some widgets and native fields:<br /> |
---|
5 | <input value="native input"/> |
---|
6 | <select data-dojo-type="dijit.form.ComboBox"> |
---|
7 | <option value="1">dijit</option> |
---|
8 | <option value="2">form</option> |
---|
9 | <option value="3">ComboBox</option> |
---|
10 | </select> |
---|
11 | <button>native button</button> |
---|
12 | <button data-dojo-type="dijit.form.Button">dijit.Button</button><br> |
---|
13 | |
---|
14 | Here's some text that comes AFTER the button. |
---|
Note: See
TracBrowser
for help on using the repository browser.