setFieldUnit
Add or set a unit in front of a numeric or text field.
Parameters
Example Usages
brixxApi.setFieldUnit("myControlId", "β¬"); brixxApi.setFieldUnit("myControlId");Last updated
Add or set a unit in front of a numeric or text field.
controlId - Id of the control
The string value of the unit you want to set. If this parameter is not set, the unit will be removed.
Simple textbox
brixxApi.setFieldUnit("myControlId", "β¬");Remove unit
brixxApi.setFieldUnit("myControlId");Last updated