setBackgroundColor
Sets the background color of a control.
- 1.controlId
- 2.colorName - use one of these: "default", "primary", "secondary", "success", "danger", "warning"
Set to warning
brixxApi.setBackgroundColor("myControl", "warning");
Set to normal
brixxApi.setBackgroundColor("myControl", "default");
brixxApi.setBackgroundColor("myControl"); //"default" is "default" ;)
Last modified 1yr ago