UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced jQuery, Angular, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

37 lines 1.04 kB
<div #jqxWidget style="font-size: 13px; font-family: Verdana; float: left;"> <div style='margin-top: 10px;'> Numeric </div> <jqxMaskedInput #numericInput [rtl]="true" [width]="250" [height]="25"> </jqxMaskedInput> <div style='margin-top: 10px;'> Zip Code </div> <jqxMaskedInput #zipCodeInput [mask]="'#####-####'" [rtl]="true" [width]="250" [height]="25"> </jqxMaskedInput> <div style='margin-top: 10px;'> SSN </div> <jqxMaskedInput #ssnInput [mask]="'###-##-####'" [rtl]="true" [width]="250" [height]="25"> </jqxMaskedInput> <div style='margin-top: 10px;'> Date </div> <jqxMaskedInput #dateInput [mask]="'##/##/####'" [rtl]="true" [width]="250" [height]="25"> </jqxMaskedInput> </div>