Difference between revisions of "LAHeadFg"

From SAP Enable Now Wiki
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
 +
* [[LAHeadlineFg]]
 
* [https://enablenowexpert.com/?p=321 Customizing colors in the Web Assistant]
 
* [https://enablenowexpert.com/?p=321 Customizing colors in the Web Assistant]
  
 
[[Category: SAP Companion parameter]]
 
[[Category: SAP Companion parameter]]

Revision as of 14:03, 17 July 2023


Scope

SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.

Purpose

Example of Learning Center when LAHeadFg=255,0,0 (red)

Used to specify the color of text and icons on the screen header in the Learning Center. Note that the heading "Learning Center" is apparently not affected by this property.

Usage

Specified as:

LAHeadFg={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