UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

6 lines (5 loc) 299 B
<jqxDropDownList [theme]="'material'" (onSelect)="listOnSelect($event)" [width]="200" [height]="30" [source]="dataAdapter" [selectedIndex]="2" [displayMember]="'ContactName'" [valueMember]="'CompanyName'"> </jqxDropDownList> <div #log style="font-size: 12px; font-family: Verdana"></div>