C# Class AjaxControlToolkit.HtmlEditor.Popups.Popup

Inheritance: ScriptControlBase
Show file Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description
GetResourceString string

Public Methods

Method Description
GetExistingPopup ( Control parent, Type type ) : Popup

Protected Methods

Method Description
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
DescribeComponent ( System.Web.UI.ScriptComponentDescriptor descriptor ) : void
GetButton ( string name ) : string
GetField ( string name ) : string
GetField ( string name, string subName ) : string
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Popup ( ) : System
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Private Methods

Method Description
GetResourceString ( string key ) : string

Method Details

CreateControlStyle() protected method

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
return System.Web.UI.WebControls.Style

DescribeComponent() protected method

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

GetButton() protected method

protected GetButton ( string name ) : string
name string
return string

GetExistingPopup() public static method

public static GetExistingPopup ( Control parent, Type type ) : Popup
parent System.Web.UI.Control
type System.Type
return Popup

GetField() protected method

protected GetField ( string name ) : string
name string
return string

GetField() protected method

protected GetField ( string name, string subName ) : string
name string
subName string
return string

OnInit() protected method

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

OnPreRender() protected method

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

Popup() protected method

protected Popup ( ) : System
return System

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void