Class RichTextEditorLight
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a rich text editor.
[Editor("Rich text light")]
public class RichTextEditorLight : RichTextEditor, IParameterOptions
- Inheritance
-
RichTextEditorLight
- Implements
- Inherited Members
Properties
DefaultTag
Gets or sets value define default tag for editor text wrapper
[AddInLabel("Default tag")]
[AddInParameter("DefaultTag")]
[AddInParameterEditor(typeof(DropDownParameterEditor), "required=True; none=False")]
[AddInParameterOrder(1)]
public string DefaultTag { get; set; }
Property Value
Mode
Gets the editor mode.
public override TextEditorMode Mode { get; }
Property Value
Methods
GetParameterOptions(string)
protected override IEnumerable<ParameterOption> GetParameterOptions(string parameterName)
Parameters
parameterName
string