Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextPropertyEditor

    Represents a rich text property editor.

    Inheritance
    System.Object
    DataEditor
    Namespace: Umbraco.Cms.Core.PropertyEditors
    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
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    HtmlImageSourceParser imageSourceParser
    HtmlLocalLinkParser localLinkParser
    RichTextEditorPastedImages pastedImages
    IIOHelper ioHelper
    IImageUrlGenerator imageUrlGenerator
    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
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    HtmlImageSourceParser imageSourceParser
    HtmlLocalLinkParser localLinkParser
    RichTextEditorPastedImages pastedImages
    IIOHelper ioHelper
    IImageUrlGenerator imageUrlGenerator
    IHtmlMacroParameterParser macroParameterParser
    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
    Type Name Description
    IDataValueEditorFactory dataValueEditorFactory
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    HtmlImageSourceParser imageSourceParser
    HtmlLocalLinkParser localLinkParser
    RichTextEditorPastedImages pastedImages
    IIOHelper ioHelper
    IImageUrlGenerator imageUrlGenerator
    IHtmlMacroParameterParser macroParameterParser
    IEditorConfigurationParser editorConfigurationParser

    Properties

    View Source

    PropertyIndexValueFactory

    Declaration
    public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
    Property Value
    Type Description
    IPropertyIndexValueFactory

    Methods

    View Source

    CreateConfigurationEditor()

    Declaration
    protected override IConfigurationEditor CreateConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    View Source

    CreateValueEditor()

    Create a custom value editor

    Declaration
    protected override IDataValueEditor CreateValueEditor()
    Returns
    Type Description
    IDataValueEditor
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, HtmlLocalLinkParser, RichTextEditorPastedImages, IIOHelper, IImageUrlGenerator)
      • RichTextPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, HtmlLocalLinkParser, RichTextEditorPastedImages, IIOHelper, IImageUrlGenerator, IHtmlMacroParameterParser)
      • RichTextPropertyEditor(IDataValueEditorFactory, IBackOfficeSecurityAccessor, HtmlImageSourceParser, HtmlLocalLinkParser, RichTextEditorPastedImages, IIOHelper, IImageUrlGenerator, IHtmlMacroParameterParser, IEditorConfigurationParser)
    • Properties
      • PropertyIndexValueFactory
    • Methods
      • CreateConfigurationEditor()
      • CreateValueEditor()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX