setDecimalDigits
Change the decimal digits of a numeric field.
Parameters
controlId - Id of the control
The value of digits for the numeric field.
Example Usages
Set digits
brixxApi.setDecimalDigits("myControlId", 3);
Last updated