UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

13 lines (10 loc) 426 B
<jqxComboBox #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 #myPanel [width]="200" [height]="250"> </jqxPanel> </div>