UNPKG

jqwidgets-scripts-custom

Version:

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

12 lines (10 loc) 443 B
<jqxFormattedInput [theme]="'material'" (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 [theme]="'material'" #myPanel [width]="300" [height]="150"></jqxPanel>