messages.dialogInsertString(default: "Insert")

The label of the insert button in all editor dialogs.

Example

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