Hide

YetaWF Documentation

Display
Print

ModuleSkins Component

ModuleSkins (Display)

Displays the selected module skin for each installed skin collection. The model defines a list of skin definitions and cannot be null.

Model Type: YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Skins.SkinDefinition>

[Caption("Module Skins"), Description("The skins used for this module")]
[UIHint("ModuleSkins"), ReadOnly]
public SerializableList<SkinDefinition> SkinDefinitions;

ModuleSkins (Edit)

Allows selection of a module skin for each installed skin collection. A selection is rendered for each installed skin collection. The model defines a list of skin definitions and cannot be null.

Model Type: YetaWF.Core.Serializers.SerializableList<YetaWF.Core.Skins.SkinDefinition>

[Caption("Module Skins"), Description("The skin used for this module - for each installed skin, a skin can be selected which will be used for the module, if the containing page uses that skin. This way the same module can be used on multiple pages, even if different page skins are used", Order = -100)]
[UIHint("ModuleSkins")]
public SerializableList<SkinDefinition> SkinDefinitions;