API Reference
Function
New-HTMLWizard
Provides a simple way to build wizard
Remarks
Provides a simple way to build wizard
Examples
EXAMPLE 1
An example
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HTMLWizard [-DiableAnchorClickable] [-DisableAnchorOnDoneStep] [-DisableBackButtonSupport] [-DisableCycleSteps] [-DisableJustification] [-DisableMarkAllPreviousStepsAsDone] [-DisableMarkDoneStep] [-DisableURLhash] [-EnableAllAnchors] [-HideNextButton] [-HidePreviousButton] [-RemoveDoneStepOnNavigateBack] [-Theme <basic|arrows|square|round|dots>] [-ToolbarButtonPosition <right|left|center>] [-ToolbarPosition <bottom|top|both>] [-TransitionAnimation <fade|slide-horizontal|slide-vertical|slide-swing>] [-TransitionSpeed <Int32>] [-WizardSteps <ScriptBlock>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- DiableAnchorClickable SwitchParameter
- Disable anchor navigation
- DisableAnchorOnDoneStep SwitchParameter
- Disable the done steps navigation
- DisableBackButtonSupport SwitchParameter
- Disable the back button support
- DisableCycleSteps SwitchParameter
- Disables the navigation cycle through
- DisableJustification SwitchParameter
- Disable navigation menu justification
- DisableMarkAllPreviousStepsAsDone SwitchParameter
- Disable when a step selected by url hash, all previous steps are marked done
- DisableMarkDoneStep SwitchParameter
- Disable done state on navigation
- DisableURLhash SwitchParameter
- Disable selection of the tab based on url hash
- EnableAllAnchors SwitchParameter
- Activates all anchors clickable all times
- HideNextButton SwitchParameter
- Hide next button
- HidePreviousButton SwitchParameter
- Hide previous button
- RemoveDoneStepOnNavigateBack SwitchParameter
- While navigate back done step after active step will be cleared
- Theme String
- Choose a theme to display wizard in
- Possible values:
basic,arrows,square,round,dots - ToolbarButtonPosition String
- Button alignment of the toolbar (left, right, center)
- Possible values:
right,left,center - ToolbarPosition String
- Position of the toolbar (none, top, bottom, both)
- Possible values:
bottom,top,both - TransitionAnimation String
- Effect on navigation, none/fade/slide-horizontal/slide-vertical/slide-swing
- Possible values:
fade,slide-horizontal,slide-vertical,slide-swing - TransitionSpeed Int32
- Transion animation speed. Default 400
- WizardSteps ScriptBlock