messages.superscript String (default: "Superscript")

The title of the tool that makes text superscript.

Example

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