Class LongTextEditor
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a memo (long text) editor.
- Inheritance
-
Long
Text Editor
- Inherited Members
Constructors
LongTextEditor()
Initializes a new instance of an object.
Properties
Cols
[AddInParameter("Cols")]
[AddInParameterEditor(typeof(TextParameterEditor), "inputClass=std editor-parameter")]
public string? Cols { get; set; }
Property Value
Mode
Gets the editor mode.
Property Value
Rows
[AddInParameter("Rows")]
[AddInParameterEditor(typeof(TextParameterEditor), "inputClass=std editor-parameter")]
public string? Rows { get; set; }