UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

19 lines (14 loc) 591 B
<div #selectionlog style="float: left; font-size: 12px; font-family: Verdana"> <h3>Alignment</h3> <jqxRadioButton [theme]="'material'" (onChecked)="leftBtn()"> Left </jqxRadioButton> <jqxRadioButton [theme]="'material'" style="margin-top: 10px" (onChecked)="rightBtn()" [checked]="true"> Right </jqxRadioButton> </div> <jqxDateTimeInput [theme]="'material'" #myDateTimeInput style="float: left; margin-top: 20px; margin-left: 100px;" [width]="150" [height]="30" [animationType]="'fade'" [dropDownHorizontalAlignment]="'right'"> </jqxDateTimeInput>