API Reference
Command
New-HtmlXInputMask
Creates an input mask control.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
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
- Label text.
- Name string
- Input name/id.
- Pattern string
- Mask pattern string.
Outputs
HtmlForgeX.TablerInputMask