Initialize an instance of C1MaskedInput.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1InputClient (in C1InputClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Input.C1MaskedInput = function(element);

Parameters

element
Type: DOMElement
The DOMElement object that the control will be associated with.

See Also