messages.fitToCell String (default: 'Fit to cell')

The text of the fit to cell option in the WrapText dropdown in Table Wizard.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    fitToCell: "Fit to cell"
  }
});
</script>
In this article