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