Table of Contents

Class QuestionTextEditor

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

Constructors

QuestionTextEditor()

public QuestionTextEditor()

Fields

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

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

EditorTranslation

EditorTranslation control.

protected EditorTranslation EditorTranslation

Field Value

EditorTranslation

Remarks

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

EditorUpload

EditorUpload control.

protected EditorUpload EditorUpload

Field Value

EditorUpload

Remarks

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

ImageSelectorEmptyMessage

ImageSelectorEmptyMessage control.

protected HtmlGenericControl ImageSelectorEmptyMessage

Field Value

HtmlGenericControl

Remarks

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

ImageSelectorGallery

ImageSelectorGallery control.

protected HtmlGenericControl ImageSelectorGallery

Field Value

HtmlGenericControl

Remarks

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

ImageSelectorRefresh

ImageSelectorRefresh control.

protected Button ImageSelectorRefresh

Field Value

Button

Remarks

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

ImageSelectorRepeater

ImageSelectorRepeater control.

protected ImageRepeater ImageSelectorRepeater

Field Value

ImageRepeater

Remarks

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

ImageSelectorUpdatePanel

ImageSelectorUpdatePanel control.

protected UpdatePanel ImageSelectorUpdatePanel

Field Value

UpdatePanel

Remarks

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

ImageSelectorWindow

ImageSelectorWindow control.

protected Modal ImageSelectorWindow

Field Value

Modal

Remarks

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

QuestionText

QuestionText control.

protected MarkdownEditor QuestionText

Field Value

MarkdownEditor

Remarks

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

TranslationContainer

TranslationContainer control.

protected HtmlGenericControl TranslationContainer

Field Value

HtmlGenericControl

Remarks

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

Properties

AllowTranslation

public bool AllowTranslation { get; set; }

Property Value

bool

CurrentData

protected QuestionTextEditor.ControlData CurrentData { get; }

Property Value

QuestionTextEditor.ControlData

Text

public MultilingualString Text { get; set; }

Property Value

MultilingualString

Methods

LoadData(BankState)

public void LoadData(BankState bank)

Parameters

bank BankState

LoadData(Question)

public void LoadData(Question question)

Parameters

question Question

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs