C# Class AjaxControlToolkit.HtmlEditor.EditPanel

Inheritance: ScriptControlBase, IPostBackEventHandler
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
EventContentChanged object

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
RaisePostBackEvent ( string eventArgument ) : void
SetDesigner ( ControlDesigner designer ) : void

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
descriptor System.Web.UI.ScriptComponentDescriptor
Résultat void

EditPanel() protected méthode

protected EditPanel ( ) : System
Résultat System

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
Résultat bool

LocalResolveUrl() protected méthode

protected LocalResolveUrl ( string path ) : string
path string
Résultat string

OnBubbleEvent() protected méthode

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args EventArgs
Résultat bool

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

OnRaiseContentChanged() protected méthode

protected OnRaiseContentChanged ( EventArgs e ) : void
e EventArgs
Résultat void

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

RefreshDesigner() protected méthode

protected RefreshDesigner ( ) : void
Résultat void

SetDesigner() public méthode

public SetDesigner ( ControlDesigner designer ) : void
designer ControlDesigner
Résultat void

Property Details

EventContentChanged public_oe static_oe property

public static object EventContentChanged
Résultat object