messages.insertHtmlString(default: "Insert HTML")

The title of the tool that inserts HTML snippets.

Example

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