source: Dev/trunk/src/client/dojox/widget/Wizard/Wizard.html @ 504

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

Added Dojo 1.9.3 release.

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.