messages.linkWebAddress String (default: "Web address")

The caption for the URL in the createLink dialog.

Example

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