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