Class LongTextEditor
- Namespace
 - Dynamicweb.Content.Items.Editors
 
- Assembly
 - Dynamicweb.dll
 
Represents a memo (long text) editor.
  
  [Editor("Long text")]
public class LongTextEditor : StringEditor
  - Inheritance
 - 
      
      
      
      
      LongTextEditor
 
- Inherited Members
 
Constructors
LongTextEditor()
Initializes a new instance of an object.
  
  public LongTextEditor()
  Properties
Cols
[AddInParameter("Cols")]
[AddInParameterEditor(typeof(TextParameterEditor), "inputClass=std editor-parameter")]
public string Cols { get; set; }
  Property Value
Mode
Gets the editor mode.
  
  public override TextEditorMode Mode { get; }
  Property Value
Rows
[AddInParameter("Rows")]
[AddInParameterEditor(typeof(TextParameterEditor), "inputClass=std editor-parameter")]
public string Rows { get; set; }
  Property Value
Methods
BeginEdit(EditorContext)
Enables the editor to populate its UI to the client and initiate the editing process.
  
  [Obsolete("Do not use")]
public override void BeginEdit(EditorContext context)
  Parameters
contextEditorContext- Editor context.
 
RenderValue(EditorRenderingContext)
Renders value.
  
  public override void RenderValue(EditorRenderingContext context)
  Parameters
contextEditorRenderingContext- Editor rendering context.