WIZINCLUDE defines a file with WIZML code to be executed at this point. Active only in Wizard template files, not tag definitions.
The following subjects are covered in this document:
Related information about VTML and WIZML:
|
WIZINCLUDE plays a role in the following VTML-driven tools:
WIZSET can occur only in a Wizard TEMPLATE.
Defines a file with WIZML code to be executed at this point. Active only in Wizard template files, not in tag definitions.
<WIZINCLUDE TEMPLATE="template_file_name">Whitespace around the equals sign is allowed.
TEMPLATE | Required. Reference to the file that contains further WIZML code to be executed. This can be a relative or absolute file reference; relative is relative to the currently executing file. |
An included file can be shared among different Wizards, facilitating ease of maintenance. The WIZINCLUDE tag can occur in the body of a WIZLOOP construct, allowing the same code to be executed repeatedly, but with different variable vales.
This is used in the Table Wizard: the included code is executed as often as the number of rows defined by the user.
<WIZINCLUDE TEMPLATE = "Table_Row.wml">