View Source
  Class RichTextConfigurationEditor
  
  Represents the configuration editor for the rich text value editor.
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class RichTextConfigurationEditor : ConfigurationEditor<RichTextConfiguration>, IConfigurationEditor
   
  Constructors
  
  
    View Source
  
  RichTextConfigurationEditor(IIOHelper)
  
  
  Declaration
  
    public RichTextConfigurationEditor(IIOHelper ioHelper)
   
  Parameters
  
  
    View Source
  
  RichTextConfigurationEditor(IIOHelper, IEditorConfigurationParser)
  
  
  Declaration
  
    public RichTextConfigurationEditor(IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters