C# Class AjaxControlToolkit.HtmlEditor.EditPanel

Inheritance: ScriptControlBase, IPostBackEventHandler
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Properties

Property Type Description
EventContentChanged object

Private Properties

Property Type Description
IE bool
ShouldSerializeClientDesignPanelCssPath bool
ShouldSerializeClientDocumentCssPath bool
ShouldSerializeClientModePanelIds bool
ShouldSerializeImagePath_1X1 bool
ShouldSerializeImagePath_Anchor bool
ShouldSerializeImagePath_Flash bool
ShouldSerializeImagePath_Media bool
ShouldSerializeImagePath_Placeholder bool
ShouldSerializeToolbarIds bool
getClientCSSPath string

Public Methods

Method Description
RaisePostBackEvent ( string eventArgument ) : void
SetDesigner ( ControlDesigner designer ) : void

Protected Methods

Method Description
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
EditPanel ( ) : System
LoadPostData ( string postDataKey, System postCollection ) : bool
LocalResolveUrl ( string path ) : string
OnBubbleEvent ( object source, EventArgs args ) : bool
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnRaiseContentChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
RefreshDesigner ( ) : void

Private Methods

Method Description
IE ( Page page ) : bool
ShouldSerializeClientDesignPanelCssPath ( ) : bool
ShouldSerializeClientDocumentCssPath ( ) : bool
ShouldSerializeClientModePanelIds ( ) : bool
ShouldSerializeImagePath_1X1 ( ) : bool
ShouldSerializeImagePath_Anchor ( ) : bool
ShouldSerializeImagePath_Flash ( ) : bool
ShouldSerializeImagePath_Media ( ) : bool
ShouldSerializeImagePath_Placeholder ( ) : bool
ShouldSerializeToolbarIds ( ) : bool
getClientCSSPath ( string pathN, string name ) : string

Method Details

DescribeComponent() protected method

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
return void

EditPanel() protected method

protected EditPanel ( ) : System
return System

LoadPostData() protected method

protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
return bool

LocalResolveUrl() protected method

protected LocalResolveUrl ( string path ) : string
path string
return string

OnBubbleEvent() protected method

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args EventArgs
return bool

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

OnRaiseContentChanged() protected method

protected OnRaiseContentChanged ( EventArgs e ) : void
e EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

RaisePostDataChangedEvent() protected method

protected RaisePostDataChangedEvent ( ) : void
return void

RefreshDesigner() protected method

protected RefreshDesigner ( ) : void
return void

SetDesigner() public method

public SetDesigner ( ControlDesigner designer ) : void
designer ControlDesigner
return void

Property Details

EventContentChanged public_oe static_oe property

public static object EventContentChanged
return object