messages.panes.resize.titleString(default: "Resize image")

Defines the localization for the resize pane field.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    messages: {
        panes: {
            resize: {
                title: "Bildgröße ändern"
            }
        }
    }
});
</script>
In this article
messages.panes.resize.title
Not finding the help you need?
Contact Support