messages.linkOpenInNewWindow String (default: "Open link in new window")

The caption for the checkbox for opening the link in a new window in the createLink dialog.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    linkOpenInNewWindow: "Open link in new window"
  }
});
</script>
In this article