messages.justifyFullString(default: "Justify")

The title of the tool that justifies text both left and right.

Example

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