messages.widthString
(default: 'Width')
The title of the Width fields.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
width: "Width"
}
});
</script>
In this article
String
(default: 'Width')The title of the Width fields.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
width: "Width"
}
});
</script>