source: Dev/trunk/src/client/dojox/layout/tests/doc0.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 586 bytes
RevLine 
[483]1<h1>Document 0</h1>
2This document has <a href="http://www.dojotoolkit.org/">a link</a>.<br />
3(to check we're copying children around properly).<br />
4Also 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>
10And a button too:
11<button dojoType="dijit.form.Button" onclick="dijit.byId('remotePane').setHref('doc0.html');">Reload Me!</button>
12Here's some text that comes AFTER the button.
13Okay textbox:
14<input dojoType="dijit.form.TextBox" value="dndTest" />
Note: See TracBrowser for help on using the repository browser.