Table of Contents

Class CommentTextEditor

Namespace
InSite.Admin.Contacts.Comments.Controls
Assembly
InSite.UI.dll
public class CommentTextEditor : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
CommentTextEditor
Implements
Inherited Members

Constructors

CommentTextEditor()

public CommentTextEditor()

Fields

CommentText

CommentText control.

protected MarkdownEditor CommentText

Field Value

MarkdownEditor

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CommentTextAlert

CommentTextAlert control.

protected Alert CommentTextAlert

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CommentUpload

CommentUpload control.

protected EditorUpload CommentUpload

Field Value

EditorUpload

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

Text

public string Text { get; set; }

Property Value

string

Methods

LoadData(Guid, QComment)

public void LoadData(Guid user, QComment comment = null)

Parameters

user Guid
comment QComment