Last change
on this file since 256 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:
586 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 | Also it's got a widget, a combo box:<br> |
---|
5 | <select dojoType="dijit.form.ComboBox"> |
---|
6 | <option value="1">foo</option> |
---|
7 | <option value="2">bar</option> |
---|
8 | <option value="3">baz</option> |
---|
9 | </select> |
---|
10 | And a button too: |
---|
11 | <button dojoType="dijit.form.Button" onclick="dijit.byId('remotePane').setHref('doc0.html');">Reload Me!</button> |
---|
12 | Here's some text that comes AFTER the button. |
---|
13 | Okay textbox: |
---|
14 | <input dojoType="dijit.form.TextBox" value="dndTest" /> |
---|
Note: See
TracBrowser
for help on using the repository browser.