Difference between revisions of "BubHeadBgCol"

From SAP Enable Now Wiki
Line 17: 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]]

Revision as of 13:39, 14 July 2023


Scope

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

Purpose

Partial screenshot of Web Assistant help with the bubHeadBgCol property set to 255,0,0 (red).

Used to specify the background color of the 'header bar' in help bubbles (including Context Help bubbles and Guided Tour step bubbles).

Usage

Specified as:

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