DataHubEntryField

DataHubEntryField — an entry field for changing the value of a DataHub point.

Description

This applet displays an entry field. If the field is editable, this applet will write data into the DataHub.

Base Class

DataHubListener

Parameters

ParameterTypeDefaultDescription
editablebooleanfalseIf 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.
numericbooleanfalseIf this is true, user entry is treated as a number, otherwise it is treated as string.
minnumber0If this field is numeric, this specifies the minimum value allowed for user entry.
maxnumber100If this field is numeric, this specifies the maximum value allowed for user entry.
Inherited - - All parameters from DataHubListener.