setTextColor
Sets the text color for a control to one of the predefined colors
Parameters
controlId - the id of the control to change the color
colorName - one of these colors: "default", "primary", "secondary", "success", "danger", "warning"
Example Usages
Set Color to "warning"
Set Color to default
Last updated