ImageEditorTagHelper

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-urlStringSets the url (or base64 string) for the image to open.
on-errorStringFired when an error happened with the image loading.
on-executeStringFired when a command is executed.
on-image-loadedStringFired when image is loaded. Can prevent the image rendering by calling the preventDefault() method.
on-image-renderedStringFired when canvas is rendered with the image. This event is triggered by commands and when drawCanvas method is called.
script-attributesIDictionary<String,Object>
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-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support