root / trunk / web / dojo / dojox / widget / Wizard / Wizard.html
History | View | Annotate | Download (712 Bytes)
| 1 | 9 | andrej.cim | <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> |