The lazr.wizard module

The lazr.wizard module has two widgets in it: Wizard and Step.

Wizard

A wizard can have multiple steps. You can add steps by calling Wizard.addStep.

Step

A step is not really a widget. It merely has a load() and a cleanup() that are called by the Wizard when it moves through its steps.

Demonstration

Re-open the wizard to test again