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:
519 bytes
|
Line | |
---|
1 | <div dojoAttachPoint="domNode" class="dojoxDocTester"> |
---|
2 | <div dojoAttachPoint="containerNode"></div> |
---|
3 | <button dojoType="dojox.form.BusyButton" busyLabel="Testing..." dojoAttachPoint="runButtonNode">Run tests</button> |
---|
4 | <button dojoType="dijit.form.Button" dojoAttachPoint="resetButtonNode" style="display:none;">Reset</button> |
---|
5 | <span> |
---|
6 | <span dojoAttachPoint="numTestsNode">0</span> tests, |
---|
7 | <span dojoAttachPoint="numTestsOkNode">0</span> passed, |
---|
8 | <span dojoAttachPoint="numTestsNokNode">0</span> failed |
---|
9 | </span> |
---|
10 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.