Table of Contents

Class CommentTextEditor

Namespace
InSite.UI.Portal.Learning.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 TextBox CommentText

Field Value

TextBox

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.

TextDropZone

TextDropZone control.

protected HtmlGenericControl TextDropZone

Field Value

HtmlGenericControl

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

TextEditorObject

protected string TextEditorObject { get; }

Property Value

string

Methods

LoadData(VComment)

public void LoadData(VComment comment = null)

Parameters

comment VComment

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs