Hide

YetaWF Documentation

Display
Print

Theme Component

Theme (Display)

Displays the model as a theme name. If the model is null, nothing is rendered.

Model Type: string

[Category("Skin"), Caption("Theme"), Description("The theme used for all pages of the site")]
[UIHint("Theme"), ReadOnly]
public string Theme { get; set; }

Theme (Edit)

Allows selection of a theme from the list of all installed themes using a dropdown list.

Model Type: string

[Category("Skin"), Caption("Theme"), Description("The theme used for all pages of the site")]
[UIHint("Theme"), StringLength(PageDefinition.MaxTheme), Trim]
public string Theme { get; set; }