Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

New-HTMLWizard

Namespace PSWriteHTML

Provides a simple way to build wizard

Remarks

Provides a simple way to build wizard

Examples

Authored help example

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 Sets

Parameters

DiableAnchorClickable SwitchParameter optionalposition: namedpipeline: False
Disable anchor navigation
DisableAnchorOnDoneStep SwitchParameter optionalposition: namedpipeline: False
Disable the done steps navigation
DisableBackButtonSupport SwitchParameter optionalposition: namedpipeline: False
Disable the back button support
DisableCycleSteps SwitchParameter optionalposition: namedpipeline: False
Disables the navigation cycle through
DisableJustification SwitchParameter optionalposition: namedpipeline: False
Disable navigation menu justification
DisableMarkAllPreviousStepsAsDone SwitchParameter optionalposition: namedpipeline: False
Disable when a step selected by url hash, all previous steps are marked done
DisableMarkDoneStep SwitchParameter optionalposition: namedpipeline: False
Disable done state on navigation
DisableURLhash SwitchParameter optionalposition: namedpipeline: False
Disable selection of the tab based on url hash
EnableAllAnchors SwitchParameter optionalposition: namedpipeline: False
Activates all anchors clickable all times
HideNextButton SwitchParameter optionalposition: namedpipeline: False
Hide next button
HidePreviousButton SwitchParameter optionalposition: namedpipeline: False
Hide previous button
RemoveDoneStepOnNavigateBack SwitchParameter optionalposition: namedpipeline: False
While navigate back done step after active step will be cleared
Theme String optionalposition: 1pipeline: Falsevalues: 5
Choose a theme to display wizard in
Possible values: basic, arrows, square, round, dots
ToolbarButtonPosition String optionalposition: 3pipeline: Falsevalues: 3
Button alignment of the toolbar (left, right, center)
Possible values: right, left, center
ToolbarPosition String optionalposition: 2pipeline: Falsevalues: 3
Position of the toolbar (none, top, bottom, both)
Possible values: bottom, top, both
TransitionAnimation String optionalposition: 4pipeline: Falsevalues: 4
Effect on navigation, none/fade/slide-horizontal/slide-vertical/slide-swing
Possible values: fade, slide-horizontal, slide-vertical, slide-swing
TransitionSpeed Int32 optionalposition: 5pipeline: False
Transion animation speed. Default 400
WizardSteps ScriptBlock optionalposition: 0pipeline: False