setTextColor
Sets the text color for a control to one of the predefined colors
- 1.controlId - the id of the control to change the color
- 2.colorName - one of these colors: "default", "primary", "secondary", "success", "danger", "warning"
Set Color to "warning"
brixxApi.setTextColor("myControl", "warning");
Set Color to default
brixxApi.setTextColor("myControl");
Last modified 1yr ago