jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
10 lines (9 loc) • 462 B
HTML
<jqxComboBox #myComboBox style="float:left"
(onCheckChange)="myComboBoxOnCheckChange($event)"
[width]="200" [height]="30" [source]="dataAdapter" [checkboxes]="true"
[displayMember]="'ContactName'" [valueMember]="'CompanyName'">
</jqxComboBox>
<div style="float: left; margin-left: 20px; font-size: 13px; font-family: Verdana;">
<div #selectionlog></div>
<div #checkedItemsLog style='max-width: 300px; margin-top: 20px;'></div>
</div>