jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (10 loc) • 381 B
HTML
<jqxCalendar #myCalendar
[width]="220" [height]="220" [enableTooltips]="false">
</jqxCalendar>
<br /><br />
<div>Choose the first day of the week</div>
<br /><br />
<jqxDropDownList #myDropDownList (onSelect)="myDropDownListOnSelect($event)"
[width]="220" [height]="25" [source]="days"
[selectedIndex]="6" [autoDropDownHeight]="true">
</jqxDropDownList>