messages.linkText String (default: "Text")

The caption for the link text in the createLink dialog.

Example

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