messages.id String (default: 'ID')

The title of the id fields.

Example

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