messages.insertFileString(default: "Insert file")

The title of the tool that inserts links to files.

Example

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