messages.style String
(default: 'Styles')
The title of the tool that applies styling to elements. Deprecated.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
style: "Styles"
}
});
</script>