jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
9 lines (8 loc) • 440 B
HTML
<jqxDropDownList [theme]="'material'" #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>