messages.applyToRow String (default: 'apply to row')

The hint for the Height input in the Cell properties Table Wizard dialog.

Example

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