ImageEditor

Example

Razor
<kendo-imageeditor>
    <imageeditor-messages></imageeditor-messages>
    <save-as />
    <toolbar></toolbar>
</kendo-imageeditor>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
heightDoubleConfigures the width of the ImageEditor.
image-labelStringSets the label used for the <canvas> element to describe the image contents.
image-urlStringSets the url (or base64 string) for the image to open.
on-errorStringThe name of the JavaScript function that will handle the error event. Fired when an error happened with the image loading.
on-executeStringThe name of the JavaScript function that will handle the execute event. Fired when a command is executed.
on-image-loadedStringThe name of the JavaScript function that will handle the imageLoaded event. Fired when image is loaded. Can prevent the image rendering by calling the preventDefault() method.
on-image-renderedStringThe name of the JavaScript function that will handle the imageRendered event. Fired when canvas is rendered with the image. This event is triggered by commands and when drawCanvas method is called.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
widthDoubleConfigures the width of the ImageEditor.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support