Class DNNLocaleEditControl
The DNNLocaleEditControl control provides a standard UI component for selecting a Locale.
Implements
IPostBackDataHandler
IPostBackEventHandler
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DNNLocaleEditControl : TextEditControl
Properties
| Improve this Doc View SourceDisplayMode
The DNNLocaleEditControl control provides a standard UI component for selecting a Locale.
Declaration
protected string DisplayMode { get; }
Property Value
Type | Description |
---|---|
System.String |
ListType
The DNNLocaleEditControl control provides a standard UI component for selecting a Locale.
Declaration
protected LanguagesListType ListType { get; }
Property Value
Type | Description |
---|---|
LanguagesListType |
PortalSettings
The DNNLocaleEditControl control provides a standard UI component for selecting a Locale.
Declaration
protected PortalSettings PortalSettings { get; }
Property Value
Type | Description |
---|---|
PortalSettings |
Methods
| Improve this Doc View SourceOnAttributesChanged()
OnAttributesChanged runs when the CustomAttributes property has changed.
Declaration
protected override void OnAttributesChanged()
Overrides
| Improve this Doc View SourceRaisePostBackEvent(String)
The DNNLocaleEditControl control provides a standard UI component for selecting a Locale.
Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventArgument |
RenderEditMode(HtmlTextWriter)
RenderEditMode renders the Edit mode of the control.
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
HtmlTextWriter | writer | A HtmlTextWriter. |
Overrides
| Improve this Doc View SourceRenderViewMode(HtmlTextWriter)
RenderViewMode renders the View (readonly) mode of the control.
Declaration
protected override void RenderViewMode(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
HtmlTextWriter | writer | A HtmlTextWriter. |
Overrides
Implements
IPostBackDataHandler
IPostBackEventHandler