messages.width String (default: 'Width')

The title of the Width fields.

Example

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