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
Fields
EventContentChanged
public static readonly object EventContentChanged
Field Value
- object
Properties
public ActiveModeType ActiveMode { get; set; }
Property Value
- ActiveModeType
protected string ActiveModeId { get; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("autofocus")]
public bool AutoFocus { get; set; }
Property Value
- bool
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("designPanelCssPath")]
public string ClientDesignPanelCssPath { get; }
Property Value
- string
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("documentCssPath")]
public string ClientDocumentCssPath { get; }
Property Value
- string
[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
public string DesignPanelCssPath { get; set; }
Property Value
- string
public string DocumentCssPath { get; set; }
Property Value
- string
public override Unit Height { get; }
Property Value
- Unit
public string HtmlPanelCssClass { get; set; }
Property Value
- string
public bool IgnoreTab { get; set; }
Property Value
- bool
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_1x1")]
public string ImagePath_1X1 { get; }
Property Value
- string
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_anchor")]
public string ImagePath_Anchor { get; }
Property Value
- string
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_flash")]
public string ImagePath_Flash { get; }
Property Value
- string
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_media")]
public string ImagePath_Media { get; }
Property Value
- string
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("imagePath_placeHolder")]
public string ImagePath_Placeholder { get; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("initialCleanUp")]
public bool InitialCleanUp { get; set; }
Property Value
- bool
[ExtenderControlProperty]
[ClientPropertyName("noScript")]
public bool NoScript { get; set; }
Property Value
- bool
[ExtenderControlProperty]
[ClientPropertyName("noUnicode")]
public bool NoUnicode { get; set; }
Property Value
- bool
[ExtenderControlEvent]
[ClientPropertyName("activeModeChanged")]
public string OnClientActiveModeChanged { get; set; }
Property Value
- string
[ExtenderControlEvent]
[ClientPropertyName("beforeActiveModeChanged")]
public string OnClientBeforeActiveModeChanged { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("suppressTabInDesignMode")]
public bool SuppressTabInDesignMode { get; set; }
Property Value
- bool
[Browsable(false)]
[ExtenderControlProperty]
[ClientPropertyName("toolbarIds")]
public string ToolbarIds { get; }
Property Value
- string
public override Unit Width { get; }
Property Value
- Unit
Methods
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
protected string LocalResolveUrl(string path)
Parameters
path
string
Returns
- string
protected override bool OnBubbleEvent(object source, EventArgs args)
Parameters
source
object
args
EventArgs
Returns
- bool
protected override void OnInit(EventArgs e)
Parameters
e
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()
protected void RefreshDesigner()
public void SetDesigner(ControlDesigner designer)
Parameters
designer
ControlDesigner
Events
ContentChanged
public event ContentChangedEventHandler ContentChanged
Event Type
- ContentChangedEventHandler