messages.insertHtml String (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