taffy-coustom-ui
Version:
19 lines (14 loc) • 635 B
HTML
<jqxDropDownList #myDropDownList style="float: left; margin-top: 270px"
[width]="150" [height]="30" [source]="dataAdapter" [selectedIndex]="0"
[displayMember]="'ContactName'" [valueMember]="'notes'"
[dropDownVerticalAlignment]="'top'" [dropDownWidth]="200">
</jqxDropDownList>
<div style="float: left; font-size: 13px; font-family: Verdana; margin-left: 100px; margin-top: 270px">
<h3>Alignment</h3>
<jqxRadioButton (onChecked)="topAlignBtnOnChecked()" checked="true">
Top
</jqxRadioButton>
<jqxRadioButton (onChecked)="bottomAlignBtnOnChecked()">
Bottom
</jqxRadioButton>
</div>