messages.cellTab String (default: 'Cell')

The title of the Cell tab in Table Wizard dialog.

Example

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