Table of Contents

Class TranslationWindow

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

Constructors

TranslationWindow()

public TranslationWindow()

Fields

CloseButton

CloseButton control.

protected CloseButton CloseButton

Field Value

CloseButton

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.

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

TranslationControl

TranslationControl control.

protected TranslationControl TranslationControl

Field Value

TranslationControl

Remarks

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

UpdatePanel

UpdatePanel control.

protected UpdatePanel UpdatePanel

Field Value

UpdatePanel

Remarks

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

Window

Window control.

protected Modal Window

Field Value

Modal

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

DefaultLanguage

public string DefaultLanguage { get; set; }

Property Value

string

IncludeLanguage

public string[] IncludeLanguage { get; set; }

Property Value

string[]

Required

public bool Required { get; set; }

Property Value

bool

TextMode

public TextBoxMode TextMode { get; set; }

Property Value

TextBoxMode

Methods

GetCloseScript()

public string GetCloseScript()

Returns

string

GetOpenScript(string)

public string GetOpenScript(string key)

Parameters

key string

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Events

LoadTranslation

public event TranslationWindow.LoadHandler LoadTranslation

Event Type

TranslationWindow.LoadHandler

SaveTranslation

public event StringValueHandler SaveTranslation

Event Type

StringValueHandler