messages.strikethroughString(default: "Strikethrough")

The title of the tool that strikes through text.

Example

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