API Reference
Function
New-HTMLTabPanel
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
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 SetsParameters
- AutoProgress SwitchParameter
- Enables auto navigation
- AutoProgressInterval Int32
- Auto navigate Interval (used only if "autoProgress" is enabled). Default 3500
- DisableAutoProgressStopOnFocus SwitchParameter
- Disable stop auto navigation on focus and resume on outfocus (used only if "autoProgress" is enabled)
- DisableBackButtonSupport SwitchParameter
- Disable the back button support
- DisableJustification SwitchParameter
- Disable navigation menu justification
- DisableURLhash SwitchParameter
- Disable selection of the tab based on url hash
- Orientation String
- Nav menu orientation. Default value is 'horizontal'.
- Possible values:
horizontal,vertical - Tabs ScriptBlock
- Theme Object
- Possible values:
basic,elite,pills,brick,forge,blocks - 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