HtmlForgeX

API Reference

Class

TablerInputMask

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Input element that uses IMask for client-side input masking.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public TablerInputMask(String name) #

Initializes or configures TablerInputMask.

Parameters

name System.String requiredposition: 0

Methods

public TablerInputMask Label(String text) #
Returns: TablerInputMask

Initializes or configures Label.

Parameters

text System.String requiredposition: 0
public TablerInputMask Pattern(String pattern) #
Returns: TablerInputMask

Initializes or configures Pattern.

Parameters

pattern System.String requiredposition: 0
RegisterLibraries() #

Ensures required JavaScript libraries for input masking are registered.

public override String ToString() #
Returns: String

Initializes or configures ToString.