setDecimalDigits

Change the decimal digits of a numeric field.

Parameters

  1. controlId - Id of the control

  2. The value of digits for the numeric field.

Example Usages

Set digits

   brixxApi.setDecimalDigits("myControlId", 3);

Last updated