This applet displays a numeric entry field with up and down arrows beside it. The user is able to select a value by either entering a number into the field, or by pressing the up and down arrows to specify a value. The resulting value will be written to the DataHub. The data point for this applet should always have a numeric value.
Parameter | Type | Default | Description |
---|---|---|---|
step | number | 1 | Specifies the amount by which the value will change when the user presses the up or down arrows. |
min | number | 0 | The lower bound for the value. |
max | number | 100 | The upper bound for the value. |
type | string (number, list or date) | number | The type of data to select. Currently only the number type is functional. |
Inherited | - | - | All parameters from DataHubListener |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.