messages.undoString(default: "Undo")

The title of the undo tool.

Example

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