messages.auto String (default: 'Auto')

The placeholder for the numeric inputs in the Table Wizard dialogs.

Example

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