Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Globals.CssModulePrintOnly Field

CSS class that can be added to tags to only display them when printed. Only effective in Site View mode and is ignored in Site Edit mode.

Class: YetaWF.Core.Globals
Namespace: YetaWF.Core
Assembly: YetaWF.Core

Syntax

public const string CssModulePrintOnly = "yPrintOnly";

Remarks

Using CSS styling (in *.scss) is preferred. This style should only be used in code where printability is generated dynamically, typically based on settings.

See Also YetaWF.Core.Globals ClassYetaWF.Core Overview