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-HTMLTabPanel

Namespace PSWriteHTML

Flexible and easy to implement Tab Panel with a lot of features, cool animation effects, event support, easy to customize.

Remarks

Flexible and easy to implement Tab Panel with a lot of features, cool animation effects, event support, easy to customize.

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-HTMLTabPanel [-AutoProgress] [-AutoProgressInterval <Int32>] [-DisableAutoProgressStopOnFocus] [-DisableBackButtonSupport] [-DisableJustification] [-DisableURLhash] [-Orientation <horizontal|vertical>] [-Tabs <ScriptBlock>] [-Theme <basic>] [-TransitionAnimation <fade|slide-horizontal|slide-vertical|slide-swing>] [-TransitionSpeed <Int32>] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

AutoProgress SwitchParameter optionalposition: namedpipeline: False
Enables auto navigation
AutoProgressInterval Int32 optionalposition: 4pipeline: False
Auto navigate Interval (used only if "autoProgress" is enabled). Default 3500
DisableAutoProgressStopOnFocus SwitchParameter optionalposition: namedpipeline: False
Disable stop auto navigation on focus and resume on outfocus (used only if "autoProgress" is enabled)
DisableBackButtonSupport SwitchParameter optionalposition: namedpipeline: False
Disable the back button support
DisableJustification SwitchParameter optionalposition: namedpipeline: False
Disable navigation menu justification
DisableURLhash SwitchParameter optionalposition: namedpipeline: False
Disable selection of the tab based on url hash
Orientation String optionalposition: 1pipeline: Falsevalues: 2
Nav menu orientation. Default value is 'horizontal'.
Possible values: horizontal, vertical
Tabs ScriptBlock optionalposition: 0pipeline: False
Theme Object optionalposition: 5pipeline: Falsevalues: 6
Possible values: basic, elite, pills, brick, forge, blocks
TransitionAnimation String optionalposition: 2pipeline: 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: 3pipeline: False
Transion animation speed. Default 400