UNPKG

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) 719 B
<div id="container"> <jqxKnob #myKnob (onChange)="onChange($event)" [value]="60" [min]="0" [max]="100" [startAngle]="120" [endAngle]="420" [snapToStep]="true" [rotation]="'clockwise'" [style]="style" [marks]="marks" [labels]="labels" [progressBar]="progressBar" [pointer]="pointer"> </jqxKnob> <div id="inputField"> <jqxNumberInput [theme]="'material'" #myNumberInput (mousedown)="onMouseDown($event)" (keyup)="onKeyup()" (onValueChanged)="onValueChanged()" [width]="60" [height]="40" [decimal]="60" [min]="0" [max]="100" [textAlign]="'center'" [decimalDigits]="1" [inputMode]="'simple'"> </jqxNumberInput> </div> </div>