Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 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">hello!</button>
12
Here's some text that comes AFTER the button.