jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (10 loc) • 412 B
HTML
<jqxFormattedInput
(onOpen)="onOpen($event)" (onClose)="onClose($event)"
(onChange)="onChange($event)" (onRadixChange)="onRadixChange($event)"
[width]="300" [height]="25" [radix]="'decimal'"
[value]="190" [spinButtons]="true" [dropDown]="true">
</jqxFormattedInput>
<div style="margin-top: 150px">
Events log:
</div>
<jqxPanel #myPanel [width]="300" [height]="150"></jqxPanel>