messages.dialogOkString(default: 'Confirm')

The title of the OK buttons in editor's dialogs.

Example

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