jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
18 lines (14 loc) • 692 B
HTML
<div style="float: left; font-size: 13px; font-family: Verdana;">
<h3>Alignment</h3>
<jqxRadioButton [theme]="'material'" (onChecked)="leftBtnOnChecked()">
Left
</jqxRadioButton>
<jqxRadioButton [theme]="'material'" style="margin-top: 10px" (onChecked)="rightBtnOnChecked()" [checked]="true">
Right
</jqxRadioButton>
</div>
<jqxComboBox [theme]="'material'" #myComboBox style="float: left; margin-top: 20px; margin-left: 100px;"
[width]="150" height="25" [source]="dataAdapter" [selectedIndex]="0"
[dropDownHorizontalAlignment]="'right'" [dropDownWidth]="200"
[displayMember]="'ContactName'" [valueMember]="'CompanyName'">
</jqxComboBox>