Difference between revisions of "LABg"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: LABg}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application. ==Purpose== Use...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.
+
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
  
 
==Purpose==
 
==Purpose==
Used to specify the background color of the main Learning Center page (excluding the screen header - which there seems to be no easy way to change). It used to also apply to the 'Recommended Learning' dialog box, but that has now been incorporated into the ''[[Carousel]]'' (as the ''Learning'' page) - which uses the '''[[uiBg]]''' setting.
+
[[File:LABg.png|thumb|right|Example of Learning Center with LABg=255,0,0 (red)]]
 +
Used to specify the background color of the main Learning Center page (excluding the screen header - which is changed via the '''[[LAHeadBg]]''' parameter). It used to also apply to the 'Recommended Learning' dialog box, but that has now been incorporated into the ''[[Carousel]]'' (as the ''Learning'' page) - which uses the '''[[uiBg]]''' setting.
  
 
==Usage==
 
==Usage==
Line 16: Line 17:
 
* [https://enablenowexpert.com/?p=321 Customizing colors in the Web Assistant]
 
* [https://enablenowexpert.com/?p=321 Customizing colors in the Web Assistant]
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 14:50, 14 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 with LABg=255,0,0 (red)

Used to specify the background color of the main Learning Center page (excluding the screen header - which is changed via the LAHeadBg parameter). It used to also apply to the 'Recommended Learning' dialog box, but that has now been incorporated into the Carousel (as the Learning page) - which uses the uiBg setting.

Usage

Specified as:

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