jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (7 loc) • 313 B
HTML
<jqxComplexInput [theme]="'material'" (onChange)="complexInputOnChange($event)"
[width]="300" [height]="25" [value]="'15 + 7i'" [spinButtons]="true">
</jqxComplexInput>
<div style="margin-top: 20px">Events log:</div>
<jqxPanel [theme]="'material'" #myPanel
[width]="300" [height]="150">
</jqxPanel>