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
String
(default: "Undo")The title of the undo tool.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
undo: "Undo task"
}
});
</script>