Defines one or more wizards within the extension.
<wizard> <author> <description> <step></step> </wizard>
Child tags for the element <wizard>
-
<Callbacks> Specifies the callbacks that invoke functions from the IronPython extension script.
Attributes for the element <wizard>
-
<context> Context or combination of contexts (separated using '|') for the wizard.
Mandatory.
-
<name> Name of the wizard.
Mandatory.
-
<version> Version of the wizard.
Mandatory.
-
<caption> Caption for the wizard.
Optional.
-
<icon> Icon for the wizard.
Optional.
-
<layout> Layout of the wizard.
Optional.
-
<description> Description of the wizard.
Optional.
Callbacks for the element <wizard>
-
<canstart> Invoked to determine whether the wizard can be started.