messages.viewHtml String (default: "View HTML")

The title of the tool that shows the editor value as HTML.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    viewHtml: "View HTML"
  }
});
</script>
In this article