messages.heightString(default: 'Height')

The title of the height fields.

Example

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