messages.panesObject

Defines the localization Pane tools.

Example

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