setControlUnmodifiedValue
Sets the value, that is used to compare to the actual control value. If both are not equal, the field will be marked as changed.
brixxApi.setControlUnmodifiedValue("myControlId", "unmodified Value");
brixxApi.setControlUnmodifiedValue("myControlId", 1); // sets the value to 1. let valueToCompare = "Hello Wolrd!";
brixxApi.setControlUnmodifiedValue("myControlId", valueToCompare);Last updated