Editor
Properties
StyleSheets - List
ValueHandler - Func
ValueAction - Action
ExportAsSettings - EditorExportAsSettings
Defines the exported file name
ImportSettings - EditorImportSettings
Defines the handler of the Complete client-side event
FormattingMarksRefreshDelayEnabled - Nullable
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
Encoded - Nullable
Immutables - EditorImmutablesSettings
Callback that allows custom deserialization of an immutable element. The callback accepts two arguments. The DOM element representing the immutable element in the html view and the immutable DOM element, which will be restored.
InlineHeight - Nullable
Messages - EditorMessagesSettings
The title of the Export As tool.
Nonce - String
NavigateOnTab - Nullable
NonSplittableTagsOnPaste - List
PasteCleanup - EditorPasteCleanupSettings
All HTML tags are stripped leaving only the text in the content.
Pdf - EditorPdfSettings
The author of the PDF document.
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.
Tools - List
ImageBrowser - EditorImageBrowserSettings
Defines the allowed file extensions.
FileBrowser - EditorFileBrowserSettings
Defines the allowed file extensions.
FormattingMarksRefreshDelay - Nullable
UnsafeInline - Nullable
Tag - String
Value - String
Events - IDictionary
Id - String
SanitezeId - Boolean
Writer - IJavaScriptWriter
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - IDictionary
ScriptAttributes - IDictionary
HtmlHelper - IHtmlHelper
ModelMetadataProvider - IModelMetadataProvider
Name - String
Explorer - ModelExplorer
Selector - String
IdPrefix - String
ViewContext - ViewContext
ValueProvider - IValueProvider
UrlGenerator - IUrlGenerator
HtmlEncoder - HtmlEncoder
HasClientComponent - Boolean
UseMvvmInitialization - Boolean
Methods
Serialize()
Serialize current instance to Dictionary
WriteInitializationScript(System.IO.TextWriter)
Parameters
writer - System.IO.TextWriter
Render()
Renders the component.
ToClientTemplate()
ToHtmlString()
VerifySettings()
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.