HtmlForgeX

API Reference

Command

New-HtmlXPlaceholderContainer

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerPlaceholderContainer

Creates a placeholder animation container.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXPlaceholderContainer -Animation Glow {
        

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-HtmlXPlaceholderContainer [-Content <ScriptBlock>] [-Animation <Glow|Wave>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that adds placeholders.
Animation TablerPlaceholderAnimation optionalposition: namedpipeline: falsevalues: 2
Placeholder animation style. Possible values: None, Glow, Wave
Possible values: Glow, Wave

Outputs

HtmlForgeX.TablerPlaceholderContainer