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.
InlineHeight - Nullable
Messages - EditorMessagesSettings
The title of the tab containing advanced and accessibility configurations in the Table Wizard dialog.
Nonce - String
NavigateOnTab - Nullable
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.
FormattingMarksRefreshDelay - Nullable
UnsafeInline - Nullable
FormattingMarksRefreshDelayEnabled - 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 all pages must be exported.
Template - HtmlTemplate
TagName - String
Value - String
Content - Action
Encode - Nullable
Initializer - IJavaScriptInitializer
Events - IDictionary
Name - String
Id - String
ShouldSanitezeId - Boolean
ModelMetadata - ModelMetadata
HtmlAttributes - IDictionary
ScriptAttributes - 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.