Class TextboxPropertyEditor
Represents a textbox property and parameter editor.
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.TextBox", EditorType.PropertyValue | EditorType.MacroParameter, "Textbox", "textbox", Group = "Common")]
public class TextboxPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceTextboxPropertyEditor(ILogger)
Initializes a new instance of the TextboxPropertyEditor class.
Declaration
public TextboxPropertyEditor(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger |
Methods
View SourceCreateConfigurationEditor()
Creates a configuration editor instance.
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
Type | Description |
---|---|
IConfigurationEditor |
CreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
Type | Description |
---|---|
IDataValueEditor |