jQWidgets jqxMaskedInput Complete Reference
The jqxMaskedInput widget represents a jQuery input widget that uses a mask to distinguish between proper and improper user input. You can define phone number, SSN, zip code, dates, etc. masks by setting the jqxMaskedInput mask property. Mask is defined by a format made up of mask literals and masks definitions. Mask literals will be automatically entered for the user when they type and will not be able to be removed by the user. The following mask definitions are:
- Alphabetical – Represents an alpha character (A-Z, a-z)
- Numbers – Represents a numeric character (0-9)
- Symbol – Represents an alphanumeric character (A-Z, a-z, 0-9)
Properties:
- jQWidgets jqxMaskedInput disabled Property
- jQWidgets jqxMaskedInput height Property
- jQWidgets jqxMaskedInput mask Property
- jQWidgets jqxMaskedInput promptChar Property
- jQWidgets jqxMaskedInput rtl Property
- jQWidgets jqxMaskedInput readOnly Property
- jQWidgets jqxMaskedInput textAlign Property
- jQWidgets jqxMaskedInput theme Property
- jQWidgets jqxMaskedInput value Property
- jQWidgets jqxMaskedInput width Property
Events:
Methods:
Please Login to comment...