The title of the tool that creates hyperlinks.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    createLink: "Insert hyperlink"
  }
});
</script>
In this article