messages.formatBlock String (default: "Format")

The title of the tool that lets users choose block formats. Deprecated.

Example

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