HtmlForgeX

API Reference

Command

New-HtmlXTabs

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerTabs

Creates a Tabler tabs container and adds it to the current DSL context.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXTabs {
        

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-HtmlXTabs [-Content <ScriptBlock>] [-Navigation <Fill|Reverse>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that emits tab panels.
Navigation TabNavigation optionalposition: namedpipeline: falsevalues: 2
Optional navigation placement and style. Possible values: Fill, Reverse
Possible values: Fill, Reverse

Outputs

HtmlForgeX.TablerTabs