UNPKG

jqwidgets-scripts-custom

Version:

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

12 lines (10 loc) 412 B
<jqxCalendar [theme]="'material'" #myCalendar [width]="220" [height]="220" [enableTooltips]="false"> </jqxCalendar> <br /><br /> <div>Choose the first day of the week</div> <br /><br /> <jqxDropDownList [theme]="'material'" #myDropDownList (onSelect)="myDropDownListOnSelect($event)" [width]="220" [height]="25" [source]="days" [selectedIndex]="6" [autoDropDownHeight]="true"> </jqxDropDownList>