Button

Usage

Use the Button keyword for anything clickable on a page:

Page "Signup"
Block "Personal data"
    Field "Name"
    Field "Surname"
    Field "e-mail"
    Button "Sign up"

As with other keywords, word order and capitalization are optional:

...
"Sign up" button
"Log in" button

Examples

Buttons in an installation wizard:

Page "Installation Wizard"
Block "Settings"
    "Some settings here"
Block "Navigation"
    Button "Cancel"
    Button "Previous"
    Button "Next"