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.
Parameters
controlId - This is a parameter representing the ID of the form control. It is assumed to be a string.
value - This is a parameter representing the value that the control's "data-unmodified-value" attribute will be set to. It could be of any type.
Example Usages
1. Simple Example Usages
2. Simple Example Usages with variables
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?