Difference between revisions of "HSIconBg"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application. ==Purpose== Can be used to set the back...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
==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 Web Assistant parameters in the linked application.
 +
 
 +
==Discontinued==
 +
This parameter has been discontinued, and replaced with the '''[[iconFg]]''' parameter.
  
 
==Purpose==
 
==Purpose==
 
Can be used to set the background color of Hotspot icons.
 
Can be used to set the background color of Hotspot icons.
 +
 +
This color will be applied to ''all'' icons, unless the '''[[HsIconImpBg]]''' parameter is also specified, in which case '''{{PAGENAME}}''' applies only to the 'non-important' icons, and '''[[HsIconImpBg]]''' applies to all the 'important' icons.
  
 
==Usage==
 
==Usage==
Line 15: Line 20:
 
* [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 10:48, 27 May 2024

Scope

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

Discontinued

This parameter has been discontinued, and replaced with the iconFg parameter.

Purpose

Can be used to set the background color of Hotspot icons.

This color will be applied to all icons, unless the HsIconImpBg parameter is also specified, in which case HSIconBg applies only to the 'non-important' icons, and HsIconImpBg applies to all the 'important' icons.

Usage

Specified as:

HSIconBg={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.)

  • Be careful with the capitalization as it does not follow the 'standard' of most other Web Assistant parameters, which start with a lower-case letter.
  • By default, different Hotspot icons have different colors. Using this parameter will set them all to the same color.

See Also