C# 클래스 AjaxControlToolkit.HtmlEditor.EditPanel

상속: ScriptControlBase, IPostBackEventHandler
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EventContentChanged object

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
RaisePostBackEvent ( string eventArgument ) : void
SetDesigner ( ControlDesigner designer ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

DescribeComponent() 보호된 메소드

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

EditPanel() 보호된 메소드

protected EditPanel ( ) : System
리턴 System

LoadPostData() 보호된 메소드

protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
리턴 bool

LocalResolveUrl() 보호된 메소드

protected LocalResolveUrl ( string path ) : string
path string
리턴 string

OnBubbleEvent() 보호된 메소드

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args EventArgs
리턴 bool

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e EventArgs
리턴 void

OnRaiseContentChanged() 보호된 메소드

protected OnRaiseContentChanged ( EventArgs e ) : void
e EventArgs
리턴 void

RaisePostBackEvent() 공개 메소드

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
리턴 void

RaisePostDataChangedEvent() 보호된 메소드

protected RaisePostDataChangedEvent ( ) : void
리턴 void

RefreshDesigner() 보호된 메소드

protected RefreshDesigner ( ) : void
리턴 void

SetDesigner() 공개 메소드

public SetDesigner ( ControlDesigner designer ) : void
designer ControlDesigner
리턴 void

프로퍼티 상세

EventContentChanged 공개적으로 정적으로 프로퍼티

public static object EventContentChanged
리턴 object