messages.alignRightBottomString(default: 'Align Right Bottom')

The title of the tool that aligns the cell text.

Example

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