UNPKG

jqwidgets-scripts-custom

Version:

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

9 lines (8 loc) 598 B
<jqxFormattedInput [theme]="'material'" #myFormattedInput [width]="250" [height]="25" [radix]="'binary'" [value]="100001"> </jqxFormattedInput> <div style="margin-top: 20px"> <jqxButton [theme]="'material'" style="float: left" (onClick)="getOctal()" [width]="175">Get Octal Value</jqxButton> <jqxButton [theme]="'material'" style="margin-left: 5px; float: left" (onClick)="getDecimal()" [width]="175">Get Decimal Value</jqxButton> <jqxButton [theme]="'material'" style="margin-left: 5px; float: left" (onClick)="getHexadecimal()" [width]="175">Get Hexadecimal Value</jqxButton> </div>