Table of Contents

Class TranslationFieldGroup

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

Constructors

TranslationFieldGroup()

public TranslationFieldGroup()

Fields

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.

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

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

EditButton

EditButton control.

protected IconButton EditButton

Field Value

IconButton

Remarks

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

InputWrapper

InputWrapper control.

protected HtmlGenericControl InputWrapper

Field Value

HtmlGenericControl

Remarks

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

LanguageOutput

LanguageOutput control.

protected HtmlGenericControl LanguageOutput

Field Value

HtmlGenericControl

Remarks

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

StateInput

StateInput control.

protected HiddenField StateInput

Field Value

HiddenField

Remarks

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

TranslationText

TranslationText control.

protected TextBox TranslationText

Field Value

TextBox

Remarks

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

TranslationWindow

TranslationWindow control.

protected TranslationWindow TranslationWindow

Field Value

TranslationWindow

Remarks

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

UpdateButton

UpdateButton control.

protected Button UpdateButton

Field Value

Button

Remarks

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

Properties

AllowOrganizationSpecific

public bool AllowOrganizationSpecific { get; set; }

Property Value

bool

HelpText

public string HelpText { get; set; }

Property Value

string

IncludeLanguage

public string[] IncludeLanguage { get; set; }

Property Value

string[]

InputLanguage

public string InputLanguage { get; set; }

Property Value

string

InputRows

public int InputRows { get; set; }

Property Value

int

InputTextMode

public TextBoxMode InputTextMode { get; set; }

Property Value

TextBoxMode

LabelText

public string LabelText { get; set; }

Property Value

string

Required

public bool Required { get; set; }

Property Value

bool

Translation

public MultilingualString Translation { get; set; }

Property Value

MultilingualString

TranslationJson

public string TranslationJson { get; set; }

Property Value

string

Width

public Unit Width { get; set; }

Property Value

Unit

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

Events

SaveTranslation

public event EventHandler SaveTranslation

Event Type

EventHandler