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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorTranslation
EditorTranslation control.
protected EditorTranslation EditorTranslation
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorUpload
EditorUpload control.
protected EditorUpload EditorUpload
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorEmptyMessage
ImageSelectorEmptyMessage control.
protected HtmlGenericControl ImageSelectorEmptyMessage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorGallery
ImageSelectorGallery control.
protected HtmlGenericControl ImageSelectorGallery
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorRefresh
ImageSelectorRefresh control.
protected Button ImageSelectorRefresh
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorRepeater
ImageSelectorRepeater control.
protected ImageRepeater ImageSelectorRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorUpdatePanel
ImageSelectorUpdatePanel control.
protected UpdatePanel ImageSelectorUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ImageSelectorWindow
ImageSelectorWindow control.
protected Modal ImageSelectorWindow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuestionText
QuestionText control.
protected MarkdownEditor QuestionText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslationContainer
TranslationContainer control.
protected HtmlGenericControl TranslationContainer
Field Value
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
CurrentData
protected QuestionTextEditor.ControlData CurrentData { get; }
Property Value
Text
public MultilingualString Text { get; set; }
Property Value
Methods
LoadData(BankState)
public void LoadData(BankState bank)
Parameters
bankBankState
LoadData(Question)
public void LoadData(Question question)
Parameters
questionQuestion
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)