Class TranslationFieldGroup
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonScript
CommonScript control.
protected PageFooterContent CommonScript
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditButton
EditButton control.
protected IconButton EditButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
InputWrapper
InputWrapper control.
protected HtmlGenericControl InputWrapper
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LanguageOutput
LanguageOutput control.
protected HtmlGenericControl LanguageOutput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StateInput
StateInput control.
protected HiddenField StateInput
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslationText
TranslationText control.
protected TextBox TranslationText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslationWindow
TranslationWindow control.
protected TranslationWindow TranslationWindow
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UpdateButton
UpdateButton control.
protected Button UpdateButton
Field Value
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
HelpText
public string HelpText { get; set; }
Property Value
IncludeLanguage
public string[] IncludeLanguage { get; set; }
Property Value
- string[]
InputLanguage
public string InputLanguage { get; set; }
Property Value
InputRows
public int InputRows { get; set; }
Property Value
InputTextMode
public TextBoxMode InputTextMode { get; set; }
Property Value
LabelText
public string LabelText { get; set; }
Property Value
Required
public bool Required { get; set; }
Property Value
Translation
public MultilingualString Translation { get; set; }
Property Value
TranslationJson
public string TranslationJson { get; set; }
Property Value
Width
public Unit Width { get; set; }
Property Value
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)
Parameters
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
SaveTranslation
public event EventHandler SaveTranslation