messages.cssClassString(default: 'CSS Class')

The title of the CSS Class dropdown tool.

Example

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