messages.units String (default: "Units")

The label of the Units dropdowns in TableWizard dialog.

Example

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