HtmlForgeX

API Reference

Command

New-HtmlXInputMask

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerInputMask

Creates an input mask control.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXInputMask -Name "phone" -Label "Phone" -Mask "+48 999 999 999"
        

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-HtmlXInputMask [-Label <string>] [-Name <string>] [-Pattern <string>] [<CommonParameters>]
#

Parameters

Label string optionalposition: namedpipeline: false
Label text.
Name string optionalposition: namedpipeline: false
Input name/id.
Pattern string optionalposition: namedpipeline: false
Mask pattern string.

Outputs

HtmlForgeX.TablerInputMask