This version is out of date, covering development from v5.0.0 to v5.12.2. It is maintained here only for inbound reference links from elsewhere.

Jump to the current version of aTbRef.

Tinderbox Icon

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> 


Possible relevant notes (via "Similar Notes" feature):


A Tinderbox Reference File : Syntax Library: Tutorials, Wizards and Timelines : Tinderbox Wizards : A 'wizard.twiz' file : Wizard XML Syntax : nextButton