API Reference
Command
New-HtmlXContainer
Creates a container element to control horizontal layout.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXContainer -Fluid {
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-HtmlXContainer [-Content <ScriptBlock>] [-Fluid] [-Size <Default>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that builds child elements within the container.
- Fluid SwitchParameter
- Switch to enable full-width fluid container.
- Size TablerContainerSize
- Container size preset used by Tabler. Possible values: Default, Small, Medium, Large, ExtraLarge, ExtraExtraLarge
- Possible values:
Default,Small,Medium,Large,ExtraLarge,ExtraExtraLarge
Outputs
HtmlForgeX.TablerContainer