PARAM defines a parameter for a Wizard or a Wizard page.
This tag can occur only within the WIZARD tag or within a PAGE tag in a Wizard profile file.
The PARAM tag can occur in two different contexts. The WIZARD tag and the PAGE tag can both have parameters defined, although the semantics are very different though.
In practice, possible attributes for PARAM depend on the context in which it is used.
<PARAM .../> | |
---|---|
NAME | Required. Name of the parameter. |
VALUE | Initial value of the parameter. |
REQUIRED | True/False or YES/NO (can be the result of a dynamic expression).
Determines whether a value for the parameter is required. The Wizard manager will not enable the Finish button until all required parameters are
entered. Note: This does not work completely reliably: even if a parameter marked as REQUIRED still does not have a value when you arrive on the Wizard's final page, the Finish button will be enabled on that page (though it's disabled on all other pages). |
<PARAM .../> | |
---|---|
NAME | Required. Name of the parameter. |
VALUE | Required. Value of the parameter. |