messages.imageAltTextString(default: "Alternate text")

The caption for the image alternate text in the insertImage dialog.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    imageAltText: "Alternate text"
  }
});
</script>
In this article
messages.imageAltText
Not finding the help you need?
Contact Support