messages.caption String (default: 'Caption')

The title of the tool that adds caption to tables.

Example

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