setBackgroundColor
Sets the background color of a control.
Parameters
Example Usages
brixxApi.setBackgroundColor("myControl", "warning"); brixxApi.setBackgroundColor("myControl", "default");
brixxApi.setBackgroundColor("myControl"); //"default" is "default" ;)Last updated