View Source
Class RichTextPropertyEditor
Represents a rich text property editor.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class RichTextPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View Source
RichTextPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, HtmlLocalLinkParser, RichTextEditorPastedImages, IIOHelper, IImageUrlGenerator)
Declaration
public RichTextPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, HtmlImageSourceParser imageSourceParser, HtmlLocalLinkParser localLinkParser, RichTextEditorPastedImages pastedImages, IIOHelper ioHelper, IImageUrlGenerator imageUrlGenerator)
Parameters
View Source
RichTextPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, HtmlLocalLinkParser, RichTextEditorPastedImages, IIOHelper, IImageUrlGenerator, IHtmlMacroParameterParser)
Declaration
public RichTextPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, HtmlImageSourceParser imageSourceParser, HtmlLocalLinkParser localLinkParser, RichTextEditorPastedImages pastedImages, IIOHelper ioHelper, IImageUrlGenerator imageUrlGenerator, IHtmlMacroParameterParser macroParameterParser)
Parameters
View Source
RichTextPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, HtmlLocalLinkParser, RichTextEditorPastedImages, IIOHelper, IImageUrlGenerator, IHtmlMacroParameterParser, IEditorConfigurationParser)
The constructor will setup the property editor based on the attribute if one is found.
Declaration
public RichTextPropertyEditor(IDataValueEditorFactory dataValueEditorFactory, IBackOfficeSecurityAccessor backOfficeSecurityAccessor, HtmlImageSourceParser imageSourceParser, HtmlLocalLinkParser localLinkParser, RichTextEditorPastedImages pastedImages, IIOHelper ioHelper, IImageUrlGenerator imageUrlGenerator, IHtmlMacroParameterParser macroParameterParser, IEditorConfigurationParser editorConfigurationParser)
Parameters
Properties
View Source
PropertyIndexValueFactory
Declaration
public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
Property Value
Methods
View Source
CreateConfigurationEditor()
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
View Source
CreateValueEditor()
Create a custom value editor
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns