messages.viewHtmlString(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
messages.viewHtml
Not finding the help you need?
Contact Support