This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Tutorials and Wizards : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : nextButton |
nextButton |
<nextButton> text string </nextButton>
Occurs: In last panel (optionally in others)
Multiple instances: No
Has attributes: No
Self-closing: No
This re-sets the text caption of the wizard's 'next' button to reflect the process is finished.
Note that once set, the caption is sticky. If the user reverses back from the last panel, the nextButton caption 'sticks'. This can be avoided by setting the default button caption in the penultimate panel. Now if the user backs up, the default button is reset; on returning to the last panel the button string is reset for the panel (only).
Example:
<nextButton>Finish</nextButton>
Up: Wizard XML Syntax | |
Previous: label | Next: Open |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]