This applet displays a slider that allows the user to select a numeric value by interactively dragging a slider handle. 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 |
---|---|---|---|
showticks | boolean | false | Shows the tick marks on the slider. |
showtrack | boolean | true | Shows a track for the pointer. |
inverted | boolean | false | Inverts the maximum and minimum values. |
snaptoticks | boolean | false | Causes the handle to snap to the tick marks while dragging. |
majortick | double | 50 | The numerical increment for each major tick. |
minortick | double | 10 | The numerical increment for each minor tick. |
orientation | string (horizontal or vertical) | horizontal | The orientation of the slider, one of horizontal or vertical. |
min | number | 0 | The lower bound for the range of the slider. |
max | number | 100 | The upper bound for the range of the slider. |
Inherited | - | - | All parameters from DataHubListener |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.