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