Class Popup

Inheritance
System.Object
Popup
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler
Namespace: AjaxControlToolkit.HTMLEditor.Popups
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.HTMLEditor.Popups.Popup", "AjaxControlToolkit.HTMLEditor.Popups.Popup.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public abstract class Popup : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager

Constructors

Popup()

Declaration
protected Popup()

Properties

AutoDimensions

Declaration
[ClientPropertyName("autoDimensions")]
[ExtenderControlProperty]
public bool AutoDimensions { get; set; }
Property Value
Type Description
System.Boolean

CssPath

Declaration
[ClientPropertyName("cssPath")]
[ExtenderControlProperty]
public string CssPath { get; set; }
Property Value
Type Description
System.String

InitialContent

Declaration
[ClientPropertyName("initialContent")]
[ExtenderControlProperty]
public string InitialContent { get; set; }
Property Value
Type Description
System.String

RegisteredFields

Declaration
public Collection<RegisteredField> RegisteredFields { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<RegisteredField>

RegisteredHandlers

Declaration
public Collection<RegisteredField> RegisteredHandlers { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<RegisteredField>

Methods

CreateControlStyle()

Declaration
protected override Style CreateControlStyle()
Returns
Type Description
System.Web.UI.WebControls.Style

DescribeComponent(ScriptComponentDescriptor)

Declaration
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
Type Name Description
System.Web.UI.ScriptComponentDescriptor descriptor
Overrides

GetButton(String)

Declaration
protected string GetButton(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

GetExistingPopup(Control, Type)

Declaration
public static Popup GetExistingPopup(Control parent, Type type)
Parameters
Type Name Description
System.Web.UI.Control parent
System.Type type
Returns
Type Description
Popup

GetField(String)

Declaration
protected string GetField(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

GetField(String, String)

Declaration
protected string GetField(string name, string subName)
Parameters
Type Name Description
System.String name
System.String subName
Returns
Type Description
System.String

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

Implements

System.Web.UI.INamingContainer
System.Web.UI.IPostBackDataHandler
System.Web.UI.ICallbackEventHandler