C# 클래스 Rock.Web.UI.Controls.ModalDialog

상속: AjaxControlToolkit.ModalPopupExtender, INamingContainer
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Hide ( ) : void

Hides this instance.

ModalDialog ( ) : System

Initializes a new instance of the ModalDialog class.

SaveLink_ServerClick ( object sender, EventArgs e ) : void

Handles the ServerClick event of the SaveLink control.

Show ( ) : void

Shows this instance.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnInit ( EventArgs e ) : void

Raises the E:Init event.

OnPreRender ( EventArgs e ) : void

Raises the E:PreRender event.

RegisterJavaScript ( ) : void

Registers the java script.

메소드 상세

CreateChildControls() 보호된 메소드

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
리턴 void

Hide() 공개 메소드

Hides this instance.
public Hide ( ) : void
리턴 void

ModalDialog() 공개 메소드

Initializes a new instance of the ModalDialog class.
public ModalDialog ( ) : System
리턴 System

OnInit() 보호된 메소드

Raises the E:Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

OnPreRender() 보호된 메소드

Raises the E:PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

RegisterJavaScript() 보호된 메소드

Registers the java script.
protected RegisterJavaScript ( ) : void
리턴 void

SaveLink_ServerClick() 공개 메소드

Handles the ServerClick event of the SaveLink control.
public SaveLink_ServerClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

Show() 공개 메소드

Shows this instance.
public Show ( ) : void
리턴 void