messages.imageWebAddress String
(default: "Web address")
The caption for the image URL in the insertImage dialog.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
imageWebAddress: "Web address"
}
});
</script>