brixxbox Wiki
Search
⌃K

setDecimalDigits

Change the decimal digits of a numeric field.

Parameters

  1. 1.
    controlId - Id of the control
  2. 2.
    The value of digits for the numeric field.

Example Usages

Set digits
brixxApi.setDecimalDigits("myControlId", 3);