messages.outdent String (default: "Outdent")

The title of the tool that outdents the content.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    outdent: "Outdent"
  }
});
</script>
In this article