10 lines
712 B
HTML
Raw Normal View History

2012-06-19 12:07:43 +10:00
<div class="dojoxWizard" dojoAttachPoint="wizardNode">
<div class="dojoxWizardContainer" dojoAttachPoint="containerNode"></div>
<div class="dojoxWizardButtons" dojoAttachPoint="wizardNav">
<button dojoType="dijit.form.Button" type="button" dojoAttachPoint="previousButton">${previousButtonLabel}</button>
<button dojoType="dijit.form.Button" type="button" dojoAttachPoint="nextButton">${nextButtonLabel}</button>
<button dojoType="dijit.form.Button" type="button" dojoAttachPoint="doneButton" style="display:none">${doneButtonLabel}</button>
<button dojoType="dijit.form.Button" type="button" dojoAttachPoint="cancelButton">${cancelButtonLabel}</button>
</div>
</div>