Skip to content

Latest commit

 

History

History
116 lines (59 loc) · 1.83 KB

overview.md

File metadata and controls

116 lines (59 loc) · 1.83 KB

Knob


go back to Table of contents

Form Type

afe_knob

Description

Use aterrien/jQuery-Knob as GUI wrapper for NumberType.

Options

width

type: integer, default: 200

Dial width.

height

type: integer, default: 200

Dial height.

displayInput

type: boolean, default: true

If false, hides the input.

displayPrevious

type: boolean, default: false

If true, displays the previous value with transparency.

angleArc

type: integer, default: 0

Arc size in degrees.

angleOffset

type: integer, default: 0

Starting angle in degrees.

cursor

type: numeric|boolean, default: true

If true, default width is used. If numeric, sets the cursor size to given value.

readOnly

type: boolean, default: false

If true, disables the input and widget events.

thickness

type: numeric, default: 0.35

Gauge thickness.

fgColor

type: string, default: #87CEEB

Foreground color.

bgColor

type: string, default: #EEEEEE

Background color.

lineCap

type: string, default: butt

Gauge stroke endings. Can be set to butt or round.

step

type: numeric, default: 1

Value change step.

min

type: numeric, default: 0

Minimum value.

max

type: numeric, default: 100

Maximum value.

hide_box_shadow

type: boolean, default: true