HtmlForgeX

API Reference

Command

New-HtmlXFormRow

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerFormRow

Adds a form row inside a form section.

Remarks

Use inside New-HtmlXFormSection { }.

Examples

Imported script example

New-HtmlXFormRow {
        

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-HtmlXFormRow [-Content <ScriptBlock>] [-Columns <int>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that adds columns to the row.
Columns int optionalposition: namedpipeline: false
Default column width for new columns.

Outputs

HtmlForgeX.TablerFormRow