Usage and example
The Wizard Control web extension requires you to specify these parameters:
- Theme: Specifies the color theme. Options are Vibrant and Subtle.
- Mode: Specifies the style. Options are Light, Dark, and High Contrast.
- Item keys: A reference to a range of cells that contain the unique names of items and actions for further processing. For example, the unique names of target reports.
- Item data: A reference to a range of cells that contain data for list items, or a cell that contains with the same data. The first column of the data range is reserved for the keys of items. In
XML, keys are represented by rows. Valid properties are: Caption (string), Visible (boolean), and Enabled (boolean).These properties are optional:
- Caption (string): Displays the name of each step below its button.
- Completed (boolean): If True, this displays a check mark on the button of completed steps. False is the default.
- Enabled (boolean): If False, the item is disabled. True is the default.
- Selected button: Highlights the button of the currently selected step.
- Style: Specifies the background color. Azure is the default. Valid values are Azure, Slate, and Transparent. Add
@as a suffix to automatically size the control to the width of the screen on which it is viewed.