messages.backColorString(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
messages.backColor
Not finding the help you need?
Contact Support