jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
13 lines (10 loc) • 456 B
HTML
<jqxComboBox [theme]="'material'" #myComboBox style="float: left; margin-top: 100px;"
(onSelect)="onSelect($event)" (onUnselect)="onUnselect($event)"
[width]="200" height="25" [source]="source">
</jqxComboBox>
<div style="float: left; font-size: 12px; font-family: Verdana; margin-left: 20px; margin-top: 100px">
<span>Events:</span>
<jqxPanel [theme]="'material'" #myPanel
[width]="200" [height]="250">
</jqxPanel>
</div>