jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
18 lines (14 loc) • 660 B
HTML
<jqxComboBox #myComboBox style="float: left; margin-top: 270px;"
[width]="150" height="25" [source]="dataAdapter" [selectedIndex]="0"
[dropDownVerticalAlignment]="'top'" [dropDownWidth]="200"
[displayMember]="'ContactName'" [valueMember]="'CompanyName'">
</jqxComboBox>
<div style="float: left; font-size: 13px; font-family: Verdana; margin-left: 100px; margin-top:270px">
<h3>Alignment</h3>
<jqxRadioButton (onChecked)="topBtnOnChecked()" [checked]="true">
Top
</jqxRadioButton>
<jqxRadioButton style="margin-top: 10px" (onChecked)="bottomBtnOnChecked()">
Bottom
</jqxRadioButton>
</div>