New to Telerik UI for ASP.NET Core? Download free 30-day trial

EditorTagHelper

Example

<kendo-editor>
    <content />
    <deserialization />
    <export-as></export-as>
    <file-browser></file-browser>
    <image-browser></image-browser>
    <immutables />
    <import></import>
    <messages />
    <non-splittable-tags-on-paste></non-splittable-tags-on-paste>
    <paste-cleanup />
    <pdf></pdf>
    <resizable />
    <serialization />
    <tools></tools>
</kendo-editor>

ChildTags

Tag Name Details
content ContentTagHelper
deserialization EditorDeserializationSettingsTagHelper
export-as EditorExportAsSettingsTagHelper
file-browser EditorFileBrowserSettingsTagHelper
image-browser EditorImageBrowserSettingsTagHelper
immutables EditorImmutablesSettingsTagHelper
import EditorImportSettingsTagHelper
messages EditorMessagesSettingsTagHelper
non-splittable-tags-on-paste EditorNonSplittableTagsOnPastesTagHelper
paste-cleanup EditorPasteCleanupSettingsTagHelper
pdf EditorPdfSettingsTagHelper
resizable EditorResizableSettingsTagHelper
serialization EditorSerializationSettingsTagHelper
tools EditorToolsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
for ModelExpression An expression to be evaluated against the current model.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
domain String Relaxes the same-origin policy when using the iframe-based editor. This is done automatically for all cases except when the policy is relaxed by document.domain = document.domain. In that case, this property must be used to allow the editor to function properly across browsers. This property has been introduced in internal builds after 2014.1.319.
encoded Boolean Indicates whether the Editor should submit encoded HTML tags. By default, the submitted value is encoded.
has-client-component Boolean
navigate-on-tab Boolean If set to true this configuration option would enable Tab-based navigation among Editor ToolBar items. By default navigation is arrow-based.
nonce String When strict CSP is enabled a nonce can be provided for the inline styles. The passed value would be used as the nonce attribute for the inline styles in the content area iframe, the placeholder inline style and the link tags loading external stylesheets in the content area.
on-change String Fires when Editor is blurred and its content has changed.
on-execute String Fires when an Editor command is executed.
on-keydown String Fires when the user depresses a keyboard key. Triggered multiple times if the user holds the key down.
on-keyup String Fires when the user releases a keyboard key.
on-paste String Fires before the content is pasted in the Editor.
on-pdf-export String Fired when the user clicks the "Export to PDF" toolbar button.
on-select String Fires when the Editor selection has changed.
placeholder String The hint displayed by the widget when it is empty. Not set by default.
sanitize-id Boolean
style-sheets String[] An expression to be evaluated against the current model.
tag String The tag that will be rendered. Defaults to "textarea". Triggers the inline edit mode if different.
unsafe-inline Boolean When set to false, the decoration applied by the Formatting tool dropdown will be skipped and the values will appear as plain text options.
value String The content of the editor.
In this article
Not finding the help you need?