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