Class EditPanel
Inheritance
System.Object
EditPanel
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
System.Web.UI.IPostBackEventHandler
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[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
Declaration
Fields
EventContentChanged
Declaration
public static readonly object EventContentChanged
Field Value
Type |
Description |
System.Object |
|
Properties
Declaration
public ActiveModeType ActiveMode { get; set; }
Property Value
Declaration
protected string ActiveModeId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("autofocus")]
[ExtenderControlProperty]
public bool AutoFocus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("designPanelCssPath")]
public string ClientDesignPanelCssPath { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("documentCssPath")]
public string ClientDocumentCssPath { get; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
public string DesignPanelCssPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DocumentCssPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override Unit Height { get; }
Property Value
Type |
Description |
System.Web.UI.WebControls.Unit |
|
Declaration
public string HtmlPanelCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IgnoreTab { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("imagePath_1x1")]
[ExtenderControlProperty]
public string ImagePath_1X1 { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("imagePath_anchor")]
[ExtenderControlProperty]
public string ImagePath_Anchor { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("imagePath_flash")]
[ExtenderControlProperty]
public string ImagePath_Flash { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("imagePath_media")]
[ExtenderControlProperty]
public string ImagePath_Media { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("imagePath_placeHolder")]
public string ImagePath_Placeholder { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("initialCleanUp")]
[ExtenderControlProperty]
public bool InitialCleanUp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("noScript")]
[ExtenderControlProperty]
public bool NoScript { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("noUnicode")]
[ExtenderControlProperty]
public bool NoUnicode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("activeModeChanged")]
public string OnClientActiveModeChanged { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("beforeActiveModeChanged")]
public string OnClientBeforeActiveModeChanged { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("suppressTabInDesignMode")]
[ExtenderControlProperty]
public bool SuppressTabInDesignMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("toolbarIds")]
[ExtenderControlProperty]
public string ToolbarIds { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public override Unit Width { get; }
Property Value
Type |
Description |
System.Web.UI.WebControls.Unit |
|
Methods
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
Declaration
protected string LocalResolveUrl(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
Declaration
protected override bool OnBubbleEvent(object source, EventArgs args)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
System.EventArgs |
args |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
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
Declaration
protected void RefreshDesigner()
Declaration
public void SetDesigner(ControlDesigner designer)
Parameters
Type |
Name |
Description |
System.Web.UI.Design.ControlDesigner |
designer |
|
Declaration
public bool ShouldSerializeClientDesignPanelCssPath()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeClientDocumentCssPath()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeClientModePanelIds()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeImagePath_1X1()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeImagePath_Anchor()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeImagePath_Flash()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeImagePath_Media()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeImagePath_Placeholder()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeToolbarIds()
Returns
Type |
Description |
System.Boolean |
|
Events
ContentChanged
Declaration
public event ContentChangedEventHandler ContentChanged
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
System.Web.UI.IPostBackEventHandler