- Namespace
- AjaxControlToolkit.HtmlEditor.Popups
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("Sys.Extended.UI.HtmlEditor.Popups.Popup", "HtmlEditor.Popups.Popup")]
public abstract class Popup : ScriptControlBase, INamingContainer, IControlResolver, IPostBackDataHandler, ICallbackEventHandler, IClientStateManager
- Inheritance
-
Popup
- Implements
-
INamingContainer
IPostBackDataHandler
ICallbackEventHandler
- Derived
-
- Inherited Members
-
Constructors
Properties
[ExtenderControlProperty]
[ClientPropertyName("autoDimensions")]
public bool AutoDimensions { get; set; }
Property Value
- bool
[ExtenderControlProperty]
[ClientPropertyName("cssPath")]
public string CssPath { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("initialContent")]
public string InitialContent { get; set; }
Property Value
- string
public Collection<RegisteredField> RegisteredFields { get; }
Property Value
- Collection<RegisteredField>
public Collection<RegisteredField> RegisteredHandlers { get; }
Property Value
- Collection<RegisteredField>
Methods
protected override Style CreateControlStyle()
Returns
- Style
protected override void DescribeComponent(ScriptComponentDescriptor descriptor)
Parameters
descriptor
ScriptComponentDescriptor
protected string GetButton(string name)
Parameters
name
string
Returns
- string
public static Popup GetExistingPopup(Control parent, Type type)
Parameters
parent
Control
type
Type
Returns
- Popup
protected string GetField(string name)
Parameters
name
string
Returns
- string
protected string GetField(string name, string subName)
Parameters
name
string
subName
string
Returns
- string
protected override void OnInit(EventArgs e)
Parameters
e
EventArgs
protected override void OnPreRender(EventArgs e)
Parameters
e
EventArgs
protected override void Render(HtmlTextWriter writer)
Parameters
writer
HtmlTextWriter