UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

23 lines (18 loc) 652 B
<div id='selectionlog'> <h3>Animation Type</h3> <jqxRadioButton (onChecked)="noneAnimationOnChecked()"> None </jqxRadioButton> <jqxRadioButton (onChecked)="slideAnimationOnChecked()"> Slide </jqxRadioButton> <jqxRadioButton (onChecked)="fadeAnimationOnChecked()" [checked]="true"> Fade </jqxRadioButton> </div> <jqxComboBox #myComboBox [width]="150" [height]="30" [source]="dataAdapter" [selectedIndex]="0" [animationType]="'fade'" [dropDownHorizontalAlignment]="'right'" [displayMember]="'ContactName'" [valueMember]="'CompanyName'"> </jqxComboBox>