messages.linkTextString(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
messages.linkText
Not finding the help you need?
Contact Support