messages.backColor String (default: "Background color")

The title of the tool that changes the text background color.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    backColor: "Background color"
  }
});
</script>
In this article