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