You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
712 B
9 lines
712 B
<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>
|
|
|