Class RadioButtonsPropertyEditor
A property editor to allow the individual selection of pre-defined items.
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.RadioButtonList", "Radio button list", "radiobuttons", ValueType = "STRING", Group = "Lists", Icon = "icon-target")]
public class RadioButtonsPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceRadioButtonsPropertyEditor(ILogger, ILocalizedTextService)
The constructor will setup the property editor based on the attribute if one is found
Declaration
public RadioButtonsPropertyEditor(ILogger logger, ILocalizedTextService textService)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger | |
ILocalizedTextService | textService |
Methods
View SourceCreateConfigurationEditor()
Return a custom pre-value editor
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
Type | Description |
---|---|
IConfigurationEditor |