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