TXTextControlWeb.setBackColor Method

Sets the background color of the main text area and the ruler bars.

Syntax

[JavaScript]
<void> TXTextControlWeb.setBackColor(<string> hexColor);
Parameter Description
hexColor

The color value. Must be a hexadecimal CSS color string. Valid values are "#AAA" or "#b634a2", for example.