UNPKG

jqwidgets-scripts-custom

Version:

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

19 lines (14 loc) 431 B
<jqxDateTimeInput [theme]="'material'" #myDateTimeInput [width]="250" [height]="25"> </jqxDateTimeInput> <br /> <div> <div style="font-family: Verdana; font-size: 13px"> Choose Culture: </div> <br /> <jqxDropDownList [theme]="'material'" (onSelect)="listOnSelect($event)" [width]="200" [height]="30" [source]="availableCultures" [selectedIndex]="3"> </jqxDropDownList> </div>