Class EditPanel

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

Constructors

EditPanel()

Declaration
protected EditPanel()

Fields

EventContentChanged

Declaration
public static readonly object EventContentChanged
Field Value
Type Description
System.Object

Properties

ActiveMode

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

ActiveModeId

Declaration
protected string ActiveModeId { get; }
Property Value
Type Description
System.String

AutoFocus

Declaration
[ClientPropertyName("autofocus")]
[ExtenderControlProperty]
public bool AutoFocus { get; set; }
Property Value
Type Description
System.Boolean

ClientDesignPanelCssPath

Declaration
[ExtenderControlProperty]
[ClientPropertyName("designPanelCssPath")]
public string ClientDesignPanelCssPath { get; }
Property Value
Type Description
System.String

ClientDocumentCssPath

Declaration
[ExtenderControlProperty]
[ClientPropertyName("documentCssPath")]
public string ClientDocumentCssPath { get; }
Property Value
Type Description
System.String

ClientModePanelIds

Declaration
[ExtenderControlProperty]
[ClientPropertyName("modePanelIds")]
public string ClientModePanelIds { get; }
Property Value
Type Description
System.String

Content

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

ContentChangedId

Declaration
protected string ContentChangedId { get; }
Property Value
Type Description
System.String

ContentForceId

Declaration
protected string ContentForceId { get; }
Property Value
Type Description
System.String

ContentId

Declaration
protected string ContentId { get; }
Property Value
Type Description
System.String

DesignPanelCssPath

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

DocumentCssPath

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

Height

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

HtmlPanelCssClass

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

IgnoreTab

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

ImagePath_1X1

Declaration
[ClientPropertyName("imagePath_1x1")]
[ExtenderControlProperty]
public string ImagePath_1X1 { get; }
Property Value
Type Description
System.String

ImagePath_Anchor

Declaration
[ClientPropertyName("imagePath_anchor")]
[ExtenderControlProperty]
public string ImagePath_Anchor { get; }
Property Value
Type Description
System.String

ImagePath_Flash

Declaration
[ClientPropertyName("imagePath_flash")]
[ExtenderControlProperty]
public string ImagePath_Flash { get; }
Property Value
Type Description
System.String

ImagePath_Media

Declaration
[ClientPropertyName("imagePath_media")]
[ExtenderControlProperty]
public string ImagePath_Media { get; }
Property Value
Type Description
System.String

ImagePath_Placeholder

Declaration
[ExtenderControlProperty]
[ClientPropertyName("imagePath_placeHolder")]
public string ImagePath_Placeholder { get; }
Property Value
Type Description
System.String

InitialCleanUp

Declaration
[ClientPropertyName("initialCleanUp")]
[ExtenderControlProperty]
public bool InitialCleanUp { get; set; }
Property Value
Type Description
System.Boolean

NoScript

Declaration
[ClientPropertyName("noScript")]
[ExtenderControlProperty]
public bool NoScript { get; set; }
Property Value
Type Description
System.Boolean

NoUnicode

Declaration
[ClientPropertyName("noUnicode")]
[ExtenderControlProperty]
public bool NoUnicode { get; set; }
Property Value
Type Description
System.Boolean

OnClientActiveModeChanged

Declaration
[ExtenderControlEvent]
[ClientPropertyName("activeModeChanged")]
public string OnClientActiveModeChanged { get; set; }
Property Value
Type Description
System.String

OnClientBeforeActiveModeChanged

Declaration
[ExtenderControlEvent]
[ClientPropertyName("beforeActiveModeChanged")]
public string OnClientBeforeActiveModeChanged { get; set; }
Property Value
Type Description
System.String

SuppressTabInDesignMode

Declaration
[ClientPropertyName("suppressTabInDesignMode")]
[ExtenderControlProperty]
public bool SuppressTabInDesignMode { get; set; }
Property Value
Type Description
System.Boolean

ToolbarIds

Declaration
[ClientPropertyName("toolbarIds")]
[ExtenderControlProperty]
public string ToolbarIds { get; }
Property Value
Type Description
System.String

Width

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

Methods

DescribeComponent(ScriptComponentDescriptor)

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

LoadPostData(String, NameValueCollection)

Declaration
protected override bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Parameters
Type Name Description
System.String postDataKey
System.Collections.Specialized.NameValueCollection postCollection
Returns
Type Description
System.Boolean
Overrides

LocalResolveUrl(String)

Declaration
protected string LocalResolveUrl(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.String

OnBubbleEvent(Object, EventArgs)

Declaration
protected override bool OnBubbleEvent(object source, EventArgs args)
Parameters
Type Name Description
System.Object source
System.EventArgs args
Returns
Type Description
System.Boolean

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

OnRaiseContentChanged(EventArgs)

Declaration
protected virtual void OnRaiseContentChanged(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

RaisePostBackEvent(String)

Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type Name Description
System.String eventArgument

RaisePostDataChangedEvent()

Declaration
protected override void RaisePostDataChangedEvent()
Overrides

RefreshDesigner()

Declaration
protected void RefreshDesigner()

SetDesigner(ControlDesigner)

Declaration
public void SetDesigner(ControlDesigner designer)
Parameters
Type Name Description
System.Web.UI.Design.ControlDesigner designer

ShouldSerializeClientDesignPanelCssPath()

Declaration
public bool ShouldSerializeClientDesignPanelCssPath()
Returns
Type Description
System.Boolean

ShouldSerializeClientDocumentCssPath()

Declaration
public bool ShouldSerializeClientDocumentCssPath()
Returns
Type Description
System.Boolean

ShouldSerializeClientModePanelIds()

Declaration
public bool ShouldSerializeClientModePanelIds()
Returns
Type Description
System.Boolean

ShouldSerializeImagePath_1X1()

Declaration
public bool ShouldSerializeImagePath_1X1()
Returns
Type Description
System.Boolean

ShouldSerializeImagePath_Anchor()

Declaration
public bool ShouldSerializeImagePath_Anchor()
Returns
Type Description
System.Boolean

ShouldSerializeImagePath_Flash()

Declaration
public bool ShouldSerializeImagePath_Flash()
Returns
Type Description
System.Boolean

ShouldSerializeImagePath_Media()

Declaration
public bool ShouldSerializeImagePath_Media()
Returns
Type Description
System.Boolean

ShouldSerializeImagePath_Placeholder()

Declaration
public bool ShouldSerializeImagePath_Placeholder()
Returns
Type Description
System.Boolean

ShouldSerializeToolbarIds()

Declaration
public bool ShouldSerializeToolbarIds()
Returns
Type Description
System.Boolean

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
System.Web.UI.IPostBackEventHandler