HtmlForgeX

API Reference

Command

New-HtmlXContainer

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerContainer

Creates a container element to control horizontal layout.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

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 optionalposition: 0pipeline: false
Scriptblock that builds child elements within the container.
Fluid SwitchParameter optionalposition: namedpipeline: false
Switch to enable full-width fluid container.
Size TablerContainerSize optionalposition: namedpipeline: falsevalues: 6
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