Show / Hide Table of Contents

Class TextEditor

Inheritance
object
Control
TemplateControl
UserControl
TextEditor
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor
Inherited Members
UserControl.LoadViewState(object)
UserControl.SaveViewState()
UserControl.MapPath(string)
UserControl.UpdateModel<TModel>(TModel)
UserControl.UpdateModel<TModel>(TModel, IValueProvider)
UserControl.TryUpdateModel<TModel>(TModel)
UserControl.TryUpdateModel<TModel>(TModel, IValueProvider)
UserControl.Attributes
UserControl.Application
UserControl.Trace
UserControl.Request
UserControl.Response
UserControl.Server
UserControl.Cache
UserControl.CachePolicy
UserControl.IsPostBack
UserControl.Session
TemplateControl.Construct()
TemplateControl.OnCommitTransaction(EventArgs)
TemplateControl.OnAbortTransaction(EventArgs)
TemplateControl.OnError(EventArgs)
TemplateControl.CreateResourceBasedLiteralControl(int, int, bool)
TemplateControl.TestDeviceFilter(string)
TemplateControl.LoadControl(string)
TemplateControl.LoadControl(Type, object[])
TemplateControl.LoadTemplate(string)
TemplateControl.ParseControl(string)
TemplateControl.ParseControl(string, bool)
TemplateControl.Eval(string)
TemplateControl.Eval(string, string)
TemplateControl.XPath(string)
TemplateControl.XPath(string, IXmlNamespaceResolver)
TemplateControl.XPath(string, string)
TemplateControl.XPath(string, string, IXmlNamespaceResolver)
TemplateControl.XPathSelect(string)
TemplateControl.XPathSelect(string, IXmlNamespaceResolver)
TemplateControl.GetLocalResourceObject(string)
TemplateControl.GetLocalResourceObject(string, Type, string)
TemplateControl.GetGlobalResourceObject(string, string)
TemplateControl.GetGlobalResourceObject(string, string, Type, string)
TemplateControl.EnableTheming
TemplateControl.AppRelativeVirtualPath
TemplateControl.CommitTransaction
TemplateControl.AbortTransaction
TemplateControl.Error
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnPreRender(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
[ValidationProperty("Text")]
public class TextEditor : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor

Constructors

TextEditor()

Declaration
public TextEditor()

Fields

DivBasicRender

Declaration
protected HtmlGenericControl DivBasicRender
Field Value
Type Description
HtmlGenericControl

DivBasicTextBox

Declaration
protected HtmlGenericControl DivBasicTextBox
Field Value
Type Description
HtmlGenericControl

DivRichTextBox

Declaration
protected HtmlGenericControl DivRichTextBox
Field Value
Type Description
HtmlGenericControl

OptRender

Declaration
protected RadioButtonList OptRender
Field Value
Type Description
RadioButtonList

OptView

Declaration
protected RadioButtonList OptView
Field Value
Type Description
RadioButtonList

PanelTextEditor

Declaration
protected Panel PanelTextEditor
Field Value
Type Description
Panel

PanelView

Declaration
protected Panel PanelView
Field Value
Type Description
Panel

PlcEditor

Declaration
protected PlaceHolder PlcEditor
Field Value
Type Description
PlaceHolder

TxtDesktopHTML

Declaration
protected TextBox TxtDesktopHTML
Field Value
Type Description
TextBox

Properties

BasicTextEditor

Declaration
public TextBox BasicTextEditor { get; }
Property Value
Type Description
TextBox

ChooseMode

Declaration
public bool ChooseMode { get; set; }
Property Value
Type Description
bool

ChooseRender

Declaration
public bool ChooseRender { get; set; }
Property Value
Type Description
bool

DefaultMode

Declaration
public string DefaultMode { get; set; }
Property Value
Type Description
string

Height

Declaration
public Unit Height { get; set; }
Property Value
Type Description
Unit

HtmlEncode

Declaration
public bool HtmlEncode { get; set; }
Property Value
Type Description
bool

IsRichEditorAvailable

Declaration
public bool IsRichEditorAvailable { get; }
Property Value
Type Description
bool

LocalResourceFile

Declaration
public string LocalResourceFile { get; }
Property Value
Type Description
string

Mode

Declaration
public string Mode { get; set; }
Property Value
Type Description
string

OptViewClientId

Declaration
public string OptViewClientId { get; }
Property Value
Type Description
string

RichText

Declaration
public HtmlEditorProvider RichText { get; }
Property Value
Type Description
HtmlEditorProvider

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
string

TextRenderMode

Declaration
public string TextRenderMode { get; set; }
Property Value
Type Description
string

Width

Declaration
public Unit Width { get; set; }
Property Value
Type Description
Unit

Methods

ChangeMode(string)

Declaration
public void ChangeMode(string mode)
Parameters
Type Name Description
string mode

ChangeTextRenderMode(string)

Declaration
public void ChangeTextRenderMode(string textRenderMode)
Parameters
Type Name Description
string textRenderMode

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
UserControl.OnInit(EventArgs)

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnLoad(EventArgs)

OptRenderSelectedIndexChanged(object, EventArgs)

Declaration
protected void OptRenderSelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

OptViewSelectedIndexChanged(object, EventArgs)

Declaration
protected void OptViewSelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS