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

Editor

Properties

Deserialization - EditorDeserializationSettings

Callback that allows custom deserialization to be plugged in. The method accepts string as the only parameter and is expected to return the modified content as string as well.

Domain - String

Immutables - EditorImmutablesSettings

Kendo template or a callback that allows custom serialization of an immutable element. The callback accepts DOM element as only parameter and is expected to return the HTML source of a DOM element.

Messages - EditorMessagesSettings

The title of the tab containing advanced and accessibility configurations in the Table Wizard dialog.

Nonce - String

NonSplittableTagsOnPaste - List

PasteCleanup - EditorPasteCleanupSettings

All HTML tags are stripped leaving only the text in the content.

Placeholder - String

Resizable - EditorResizableSettings

If enabled, the editor renders a resize handle to allow users to resize it.

Serialization - EditorSerializationSettings

Define custom serialization for the editable content. The method accepts a single parameter as a string and is expected to return a string.

UnsafeInline - Nullable

FileBrowserSettings - EditorFileBrowserSettings

ImageBrowserSettings - EditorImageBrowserSettings

ExportAsSettings - EditorExportAsSettings

Defines the exported file name

ImportSettings - EditorImportSettings

Defines the handler of the Complete client-side event

DefaultToolGroup - EditorToolGroup

StyleSheets - IList

Pdf - PDFSettings

Specifies if the Print dialog should be opened immediately after loading the document.

Template - HtmlTemplate

TagName - String

Value - String

Content - Action

Encode - Nullable

Initializer - IJavaScriptInitializer

Events - IDictionary

Name - String

Id - String

ShouldSanitezeId - Boolean

ModelMetadata - ModelMetadata

HtmlAttributes - IDictionary

ViewContext - ViewContext

ViewData - ViewDataDictionary

IsSelfInitialized - Boolean

IsInClientTemplate - Boolean

HasDeferredInitialization - Boolean

Selector - String

HasClientComponent - Boolean

Methods

Serialize()

WriteInitializationScript(System.IO.TextWriter)

Parameters

writer - System.IO.TextWriter

Render()

Renders the component.

VerifySettings()

ToHtmlString()

GetHtml(System.Boolean)

Parameters

includeScript - System.Boolean

GetInitializator()

WriteDeferredStyles(System.IO.TextWriter)

Writes the deferred styes.

Parameters

writer - System.IO.TextWriter

The writer.

DeferStyles()

ToClientTemplate()

In this article
Not finding the help you need?