Difference between revisions of "WNFg"

From SAP Enable Now Wiki
Line 6: Line 6:
  
 
==Purpose==
 
==Purpose==
Used to specify the color of text and icons for hovered-over tiles on the ''What's New'' page of the ''[[Carousel]]''. (Effectively, this is the equivalent of '''[[accentFg]]''', but for What's New.
+
[[File:WNFg.png|thumb|right|Example of the What's New page of the Carousel when WNFg=255,0,0 (red)]]
 +
Used to specify the color of text and icons for hovered-over tiles on the ''What's New'' page of the ''[[Carousel]]'', and the Title in What's New Bubbles. (Effectively, this is the equivalent of '''[[accentFg]]''', but for What's New.
  
 
==Usage==
 
==Usage==

Revision as of 21:40, 13 May 2020


Scope

Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.

Purpose

Example of the What's New page of the Carousel when WNFg=255,0,0 (red)

Used to specify the color of text and icons for hovered-over tiles on the What's New page of the Carousel, and the Title in What's New Bubbles. (Effectively, this is the equivalent of accentFg, but for What's New.

Usage

Specified as:

WNFg={RR,GG,BB}

where {RR,GG,BB} are the comma-separated decimal RGB values of the required color (so “255,0,0” for red). (You can specify them as hex values [e.g. #FF0000] in the application – but obviously using a # wouldn’t work in a URL.)

See Also