jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (8 loc) • 522 B
HTML
<jqxFormattedInput #myFormattedInput
[width]="250" [height]="25" [radix]="'binary'" [value]="100001">
</jqxFormattedInput>
<div style="margin-top: 20px">
<jqxButton style="float: left" (onClick)="getOctal()" [width]="175">Get Octal Value</jqxButton>
<jqxButton style="margin-left: 5px; float: left" (onClick)="getDecimal()" [width]="175">Get Decimal Value</jqxButton>
<jqxButton style="margin-left: 5px; float: left" (onClick)="getHexadecimal()" [width]="175">Get Hexadecimal Value</jqxButton>
</div>