Class AttachedTemplatePopup

Inheritance
System.Object
AttachedTemplatePopup
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.AttachedTemplatePopup", "AjaxControlToolkit.HTMLEditor.Popups.AttachedTemplatePopup.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class AttachedTemplatePopup : AttachedPopup, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager

Constructors

AttachedTemplatePopup()

Declaration
public AttachedTemplatePopup()

Properties

ContainerCSSClass

Declaration
public string ContainerCSSClass { get; set; }
Property Value
Type Description
System.String

Content

Declaration
protected Collection<Control> Content { get; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<System.Web.UI.Control>

ContentTemplate

Declaration
public ITemplate ContentTemplate { get; set; }
Property Value
Type Description
System.Web.UI.ITemplate

Methods

CreateChildControls()

Declaration
protected override void CreateChildControls()

DescribeComponent(ScriptComponentDescriptor)

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

OnInit(EventArgs)

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

OnPreRender(EventArgs)

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

Implements

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