API Reference
Command
New-HtmlXTab
Adds a tab panel to the current tabs container.
Remarks
Use inside New-HtmlXTabs { }.
Examples
New-HtmlXTab -Title "Overview" -Active {
New-HtmlXTab -Title "Details" {
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-HtmlXTab [-Content <ScriptBlock>] [-Active] [-Disabled] [-Title <string>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that emits tab content.
- Active SwitchParameter
- Marks the tab as active on initial render.
- Disabled SwitchParameter
- Marks the tab as disabled.
- Title string
- Tab title shown in the navigation.
Outputs
HtmlForgeX.TablerTabsPanel