jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
15 lines (12 loc) • 522 B
HTML
<jqxCalendar #myCalendar style="float: left; margin-right: 20px"
[width]="220" [height]="220" [enableTooltips]="false">
</jqxCalendar>
<div style="float: left">
<div style="float: left; font-family: Verdana; font-size: 13px">
Choose Culture
</div>
<br /> <br />
<jqxDropDownList #myDropDownList style="float: left" (onSelect)="myDropDownListOnSelect($event)"
[width]="220" [height]="25" [selectedIndex]="3" [source]="availableCultures">
</jqxDropDownList>
</div>