UNPKG

jqwidgets-scripts-custom

Version:

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

14 lines (10 loc) 469 B
<jqxDropDownList [theme]="'material'" #myDropDownList style="float: left; margin-top: 10px" (onSelect)="listOnSelect($event)" (onUnselect)="listOnUnselect($event)" [width]="200" [height]="30" [source]="source" [selectedIndex]="0"> </jqxDropDownList> <div style="float: left; margin-left: 20px; margin-top: 10px"> <div> <span>Events:</span> <jqxPanel [theme]="'material'" #myPanel [width]="200" [height]="250"></jqxPanel> </div> </div>