Table of Contents

Class PagePopupSelector

Namespace
InSite.Admin.Sites.Pages.Controls
Assembly
InSite.UI.dll
public class PagePopupSelector : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
PagePopupSelector
Implements
Inherited Members

Constructors

PagePopupSelector()

public PagePopupSelector()

Fields

ClearButton

ClearButton control.

protected IconButton ClearButton

Field Value

IconButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FixedTypeInput

FixedTypeInput control.

protected HiddenField FixedTypeInput

Field Value

HiddenField

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

OpenButton

OpenButton control.

protected IconButton OpenButton

Field Value

IconButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PopupWindow

PopupWindow control.

protected PagePopupSelectorWindow PopupWindow

Field Value

PagePopupSelectorWindow

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SiteInput

SiteInput control.

protected HiddenField SiteInput

Field Value

HiddenField

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

StyleLiteral

StyleLiteral control.

protected PageHeadContent StyleLiteral

Field Value

PageHeadContent

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TextInput

TextInput control.

protected HtmlInputText TextInput

Field Value

HtmlInputText

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TypeInput

TypeInput control.

protected HiddenField TypeInput

Field Value

HiddenField

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ValueInput

ValueInput control.

protected HiddenField ValueInput

Field Value

HiddenField

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

AllowEdit

public bool AllowEdit { get; set; }

Property Value

bool

FixedPageType

public string FixedPageType { get; set; }

Property Value

string

SiteId

public Guid? SiteId { get; set; }

Property Value

Guid?

Value

public Guid? Value { get; set; }

Property Value

Guid?

Methods

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs