messages.cellMargin String (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