setBackgroundColor
Sets the background color of a control.
Parameters
Example Usages
Set to warning
app.setBackgroundColor("myControl", "warning");Set to normal
app.setBackgroundColor("myControl", "default");
app.setBackgroundColor("myControl"); //"default" is "default" ;)Return Values
Last updated