messages.insertUpperRomanListString(default: "Insert upper roman list")

The title of the tool that inserts an upper roman list.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    insertUpperRomanList: "Insert upper roman list"
  }
});
</script>
In this article
messages.insertUpperRomanList
Not finding the help you need?
Contact Support