source: Dev/branches/rest-dojo-ui/client/dojox/widget/Wizard/Wizard.html @ 256

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: 712 bytes
Line 
1<div class="dojoxWizard" dojoAttachPoint="wizardNode">
2    <div class="dojoxWizardContainer" dojoAttachPoint="containerNode"></div>
3    <div class="dojoxWizardButtons" dojoAttachPoint="wizardNav">
4        <button dojoType="dijit.form.Button" type="button" dojoAttachPoint="previousButton">${previousButtonLabel}</button>
5        <button dojoType="dijit.form.Button" type="button" dojoAttachPoint="nextButton">${nextButtonLabel}</button>
6        <button dojoType="dijit.form.Button" type="button" dojoAttachPoint="doneButton" style="display:none">${doneButtonLabel}</button>
7        <button dojoType="dijit.form.Button" type="button" dojoAttachPoint="cancelButton">${cancelButtonLabel}</button>
8    </div>
9</div>
Note: See TracBrowser for help on using the repository browser.