messages.imageWidth String
(default: "Width (px)")
The caption for the image width in the insertImage dialog.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
imageWidth: "Width (px)"
}
});
</script>