C# Class Rock.Web.UI.Controls.ModalDialog

Inheritance: AjaxControlToolkit.ModalPopupExtender, INamingContainer
显示文件 Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
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.

Method Details

CreateChildControls() protected method

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
return void

Hide() public method

Hides this instance.
public Hide ( ) : void
return void

ModalDialog() public method

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

OnInit() protected method

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

OnPreRender() protected method

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

RegisterJavaScript() protected method

Registers the java script.
protected RegisterJavaScript ( ) : void
return void

SaveLink_ServerClick() public method

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.
return void

Show() public method

Shows this instance.
public Show ( ) : void
return void