messages.cleanFormatting String (default: 'Clean formatting')

The title of the Clean Formatting tool.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    cleanFormatting: "Clean formatting"
  }
});
</script>
In this article