Table of Contents

Class EditPanel

Namespace
AjaxControlToolkit.HtmlEditor
Assembly
AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(Events))]
[RequiredScript(typeof(Enums))]
[RequiredScript(typeof(HtmlEditor))]
[ClientScriptResource("Sys.Extended.UI.HtmlEditor.EditPanel", "HtmlEditor.EditPanel")]
[RequiredScript(typeof(DesignPanel))]
[RequiredScript(typeof(HtmlPanel))]
[RequiredScript(typeof(PreviewPanel))]
public abstract class EditPanel : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager, IPostBackEventHandler
Inheritance
EditPanel
Implements
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
IPostBackEventHandler
Inherited Members

Constructors

EditPanel()

protected EditPanel()

Fields

EventContentChanged

public static readonly object EventContentChanged

Field Value

object

Properties

ActiveMode

public ActiveModeType ActiveMode { get; set; }

Property Value

ActiveModeType

ActiveModeId

protected string ActiveModeId { get; }

Property Value

string

AutoFocus

[ExtenderControlProperty]
[ClientPropertyName("autofocus")]
public bool AutoFocus { get; set; }

Property Value

bool

ClientDesignPanelCssPath

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("designPanelCssPath")]
public string ClientDesignPanelCssPath { get; }

Property Value

string

ClientDocumentCssPath

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("documentCssPath")]
public string ClientDocumentCssPath { get; }

Property Value

string

ClientModePanelIds

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("modePanelIds")]
public string ClientModePanelIds { get; }

Property Value

string

Content

public string Content { get; set; }

Property Value

string

ContentChangedId

protected string ContentChangedId { get; }

Property Value

string

ContentForceId

protected string ContentForceId { get; }

Property Value

string

ContentId

protected string ContentId { get; }

Property Value

string

DesignPanelCssPath

public string DesignPanelCssPath { get; set; }

Property Value

string

DocumentCssPath

public string DocumentCssPath { get; set; }

Property Value

string

Height

public override Unit Height { get; }

Property Value

Unit

HtmlPanelCssClass

public string HtmlPanelCssClass { get; set; }

Property Value

string

IgnoreTab

public bool IgnoreTab { get; set; }

Property Value

bool

ImagePath_1X1

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_1x1")]
public string ImagePath_1X1 { get; }

Property Value

string

ImagePath_Anchor

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_anchor")]
public string ImagePath_Anchor { get; }

Property Value

string

ImagePath_Flash

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_flash")]
public string ImagePath_Flash { get; }

Property Value

string

ImagePath_Media

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_media")]
public string ImagePath_Media { get; }

Property Value

string

ImagePath_Placeholder

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_placeHolder")]
public string ImagePath_Placeholder { get; }

Property Value

string

InitialCleanUp

[ExtenderControlProperty]
[ClientPropertyName("initialCleanUp")]
public bool InitialCleanUp { get; set; }

Property Value

bool

NoScript

[ExtenderControlProperty]
[ClientPropertyName("noScript")]
public bool NoScript { get; set; }

Property Value

bool

NoUnicode

[ExtenderControlProperty]
[ClientPropertyName("noUnicode")]
public bool NoUnicode { get; set; }

Property Value

bool

OnClientActiveModeChanged

[ExtenderControlEvent]
[ClientPropertyName("activeModeChanged")]
public string OnClientActiveModeChanged { get; set; }

Property Value

string

OnClientBeforeActiveModeChanged

[ExtenderControlEvent]
[ClientPropertyName("beforeActiveModeChanged")]
public string OnClientBeforeActiveModeChanged { get; set; }

Property Value

string

SuppressTabInDesignMode

[ExtenderControlProperty]
[ClientPropertyName("suppressTabInDesignMode")]
public bool SuppressTabInDesignMode { get; set; }

Property Value

bool

ToolbarIds

[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("toolbarIds")]
public string ToolbarIds { get; }

Property Value

string

Width

public override Unit Width { get; }

Property Value

Unit

Methods

DescribeComponent(ScriptComponentDescriptor)

protected override void DescribeComponent(ScriptComponentDescriptor descriptor)

Parameters

descriptor ScriptComponentDescriptor

LoadPostData(string, NameValueCollection)

protected override bool LoadPostData(string postDataKey, NameValueCollection postCollection)

Parameters

postDataKey string
postCollection NameValueCollection

Returns

bool

LocalResolveUrl(string)

protected string LocalResolveUrl(string path)

Parameters

path string

Returns

string

OnBubbleEvent(object, EventArgs)

protected override bool OnBubbleEvent(object source, EventArgs args)

Parameters

source object
args EventArgs

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

OnRaiseContentChanged(EventArgs)

protected virtual void OnRaiseContentChanged(EventArgs e)

Parameters

e EventArgs

RaisePostBackEvent(string)

public void RaisePostBackEvent(string eventArgument)

Parameters

eventArgument string

RaisePostDataChangedEvent()

protected override void RaisePostDataChangedEvent()

RefreshDesigner()

protected void RefreshDesigner()

SetDesigner(ControlDesigner)

public void SetDesigner(ControlDesigner designer)

Parameters

designer ControlDesigner

Events

ContentChanged

public event ContentChangedEventHandler ContentChanged

Event Type

ContentChangedEventHandler