Difference between revisions of "BubHeadBgCol"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: c}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application. ==Purpose== File...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{{DISPLAYTITLE: c}}
+
{{DISPLAYTITLE: bubHeadBgCol}}
  
 
==Scope==
 
==Scope==

Revision as of 06:48, 8 April 2021


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