messages.alignCenterMiddleString(default: 'Align Center Middle')

The title of the tool that aligns the cell text.

Example

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