Hide

YetaWF Documentation

Display
Print

PopupSkin Component

PopupSkin (Display)

Displays the selected page skin information. The model defines the skin definition and cannot be null.

Model Type: YetaWF.Core.Skins.SkinDefinition

[Category("Skin"), Caption("Popup Skin"), Description("The skin used when the page is displayed in a popup window")]
[UIHint("PopupSkin"), ReadOnly]
public SkinDefinition SelectedPopupSkin { get; set; }

PopupSkin (Edit)

Allows selection of a popup skin from all the available skin collections.

Model Type: YetaWF.Core.Skins.SkinDefinition

AdditionalMetadata Attributes

NameTypeDefaultDescription
NoDefaultboolfalseDefines whether a "(Site Default)" entry is automatically added as the first entry, with a value of null
[Category("Skin"), Caption("Popup Skin"), Description("The skin used when the page is displayed in a popup window")]
[UIHint("PopupSkin"), Trim]
public SkinDefinition SelectedPopupSkin { get; set; }