Class Editor

Inheritance
System.Object
Editor
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Namespace: AjaxControlToolkit.HTMLEditor
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(Enums))]
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.Editor", "AjaxControlToolkit.HTMLEditor.Editor.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientCssResource("AjaxControlToolkit.HTMLEditor.Editor.css")]
public class Editor : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager

Constructors

Editor()

Declaration
public Editor()

Properties

ActiveMode

Declaration
public virtual ActiveModeType ActiveMode { get; set; }
Property Value
Type Description
ActiveModeType

AutoFocus

Declaration
public virtual bool AutoFocus { get; set; }
Property Value
Type Description
System.Boolean

BottomToolbar

Declaration
protected Toolbar BottomToolbar { get; }
Property Value
Type Description
Toolbar

ButtonImagesFolder

Declaration
public virtual string ButtonImagesFolder { get; set; }
Property Value
Type Description
System.String

Content

Declaration
public virtual string Content { get; set; }
Property Value
Type Description
System.String

CssClass

Declaration
public override string CssClass { get; set; }
Property Value
Type Description
System.String

DesignPanelCssPath

Declaration
public virtual string DesignPanelCssPath { get; set; }
Property Value
Type Description
System.String

DocumentCssPath

Declaration
public virtual string DocumentCssPath { get; set; }
Property Value
Type Description
System.String

Height

Declaration
public override Unit Height { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Unit

HtmlPanelCssClass

Declaration
public virtual string HtmlPanelCssClass { get; set; }
Property Value
Type Description
System.String

IgnoreTab

Declaration
public virtual bool IgnoreTab { get; set; }
Property Value
Type Description
System.Boolean

InitialCleanUp

Declaration
public virtual bool InitialCleanUp { get; set; }
Property Value
Type Description
System.Boolean

IsDesign

Declaration
protected bool IsDesign { get; }
Property Value
Type Description
System.Boolean

NoScript

Declaration
public virtual bool NoScript { get; set; }
Property Value
Type Description
System.Boolean

NoUnicode

Declaration
public virtual bool NoUnicode { get; set; }
Property Value
Type Description
System.Boolean

OnClientActiveModeChanged

Declaration
public virtual string OnClientActiveModeChanged { get; set; }
Property Value
Type Description
System.String

OnClientBeforeActiveModeChanged

Declaration
public virtual string OnClientBeforeActiveModeChanged { get; set; }
Property Value
Type Description
System.String

SuppressTabInDesignMode

Declaration
public virtual bool SuppressTabInDesignMode { get; set; }
Property Value
Type Description
System.Boolean

TopToolbar

Declaration
protected Toolbar TopToolbar { get; }
Property Value
Type Description
Toolbar

TopToolbarPreservePlace

Declaration
public virtual bool TopToolbarPreservePlace { get; set; }
Property Value
Type Description
System.Boolean

Width

Declaration
public override Unit Width { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Unit

Methods

AddAttributesToRender(HtmlTextWriter)

Declaration
protected override void AddAttributesToRender(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

CreateChildControls()

Declaration
protected override void CreateChildControls()

CreateControlStyle()

Declaration
protected override Style CreateControlStyle()
Returns
Type Description
System.Web.UI.WebControls.Style

DescribeComponent(ScriptComponentDescriptor)

Declaration
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
Type Name Description
System.Web.UI.ScriptComponentDescriptor descriptor
Overrides

FillBottomToolbar()

Declaration
protected virtual void FillBottomToolbar()

FillTopToolbar()

Declaration
protected virtual void FillTopToolbar()

OnInit(EventArgs)

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

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

Events

ContentChanged

Declaration
public event ContentChangedEventHandler ContentChanged
Event Type
Type Description
ContentChangedEventHandler

Implements

System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler