messages.copyFormatString(default: 'Copy format')

The title of the format painter tool button that copies format.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    copyFormat: "Copy format from selected range"
  }
});
</script>
In this article
messages.copyFormat
Not finding the help you need?
Contact Support