messages.redoString
(default: "Redo")
The title of the redo tool.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
redo: "Redo task"
}
});
</script>
In this article
String
(default: "Redo")The title of the redo tool.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
redo: "Redo task"
}
});
</script>