API Reference
Command
New-HtmlXButtonGroup
Creates a button group container.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXButtonGroup {
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-HtmlXButtonGroup [-Content <ScriptBlock>] [-Vertical] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds buttons to the group.
- Vertical SwitchParameter
- Render the button group vertically.
Outputs
HtmlForgeX.TablerButtonGroup