messages.borderWidth String (default: 'Border width')

The title of the tool that changes the border width of tables.

Example

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