Table of Contents

Class Field

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

Constructors

Field()

public Field()

Fields

CleanTextButton

CleanTextButton control.

protected Button CleanTextButton

Field Value

Button

Remarks

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

ClientStateRequiredValidator

ClientStateRequiredValidator control.

protected CustomValidator ClientStateRequiredValidator

Field Value

CustomValidator

Remarks

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

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.

Input

Input control.

protected DynamicControl Input

Field Value

DynamicControl

Remarks

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

TitleLabel

TitleLabel control.

protected HtmlGenericControl TitleLabel

Field Value

HtmlGenericControl

Remarks

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

TitleOutput

TitleOutput control.

protected Literal TitleOutput

Field Value

Literal

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

AllowUpload

public bool AllowUpload { get; set; }

Property Value

bool

Description

public string Description { get; set; }

Property Value

string

InputContent

public Field.ContentType InputContent { get; set; }

Property Value

Field.ContentType

InputLanguage

public string InputLanguage { get; set; }

Property Value

string

Required

public bool Required { get; set; }

Property Value

bool

Title

public string Title { get; set; }

Property Value

string

TranslateDisabled

public bool TranslateDisabled { get; set; }

Property Value

bool

Translation

public MultilingualString Translation { get; set; }

Property Value

MultilingualString

UploadFolderPath

public string UploadFolderPath { get; set; }

Property Value

string

UploadMode

public UploadMode UploadMode { get; set; }

Property Value

UploadMode

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetOptions(AssetContentSection)

public void SetOptions(AssetContentSection options)

Parameters

options AssetContentSection

SetupInput(ContentType)

public void SetupInput(Field.ContentType type)

Parameters

type Field.ContentType

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

Events

TranslationRequested

public event EditorTranslation.RequestEventHandler TranslationRequested

Event Type

EditorTranslation.RequestEventHandler