This applet displays an entry field. If the field is editable, this applet will write data into the DataHub.
Parameter | Type | Default | Description |
---|---|---|---|
editable | boolean | false | If this is true, the field is editable. When the user types into this field, the value of the data point is modified in the DataHub. |
numeric | boolean | false | If this is true, user entry is treated as a number, otherwise it is treated as string. |
min | number | 0 | If this field is numeric, this specifies the minimum value allowed for user entry. |
max | number | 100 | If this field is numeric, this specifies the maximum value allowed for user entry. |
Inherited | - | - | All parameters from DataHubListener. |
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.