jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
26 lines (21 loc) • 709 B
HTML
<div style="float: left">
<h3>Animation Type</h3>
<jqxRadioButton
(onChecked)="noneAnimationBtn()" [checked]="false">
None
</jqxRadioButton>
<div style="margin-top: 10px"></div>
<jqxRadioButton
(onChecked)="slideAnimationBtn()" [checked]="false" >
Slide
</jqxRadioButton>
<div style="margin-top: 10px"></div>
<jqxRadioButton
(onChecked)="fadeAnimationBtn()" [checked]="true" >
Fade
</jqxRadioButton>
</div>
<jqxDateTimeInput #myDateTimeInput style="float: left; margin-top: 40px; margin-left: 100px"
[width]="150" [height]="30" [animationType]="'fade'"
[dropDownHorizontalAlignment]="'right'">
</jqxDateTimeInput>