Difference between revisions of "UiFg"

From SAP Enable Now Wiki
 
(One intermediate revision 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==
 +
[[File:UiFg.png|thumb|right|Example of the Web Assistant when uiFg=255,0,0 (red)]]
 
Used to specify the color of:
 
Used to specify the color of:
* Text and icons in tiles on the ''[[Carousel]]'' (unless hovered over - see '''[[focusFg]]''').
+
* Text and icons in tiles on the ''[[Carousel]]'' (unless hovered over - see '''[[accentFg]]''').
 
* The border around the '''Search''' field
 
* The border around the '''Search''' field
 
* The '''Previous''' and '''Next''' buttons in Guided Tours
 
* The '''Previous''' and '''Next''' buttons in Guided Tours
Line 20: Line 21:
 
* [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:03, 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 the Web Assistant when uiFg=255,0,0 (red)

Used to specify the color of:

  • Text and icons in tiles on the Carousel (unless hovered over - see accentFg).
  • The border around the Search field
  • The Previous and Next buttons in Guided Tours
  • Guided Tour 'step type' texts (such as "Start Guided Tour")

Usage

Specified as:

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