messages.superscriptString(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
messages.superscript
Not finding the help you need?
Contact Support