messages.cellMarginString(default: 'Cell Margin')

The title of the tool that applies margin to table cells.

Example

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