Difference between revisions of "UiFg"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: uiFg}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application. ==Purpose== Use...")
 
Line 6: Line 6:
  
 
==Purpose==
 
==Purpose==
Used to specify the color of text and icons in the ''[[Carousel]]''. This does not affect the text/icons in Bubbles, but does apply to the '''Previous''' and '''Next''' navigation elements in Guided Tours.
+
Used to specify the color of:
 +
* Text and icons in tiles on the ''[[Carousel]]'' (unless hovered over - see '''[[focusFg]]''').
 +
* 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==
 
==Usage==

Revision as of 18:18, 11 May 2020


Scope

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

Purpose

Used to specify the color of:

  • Text and icons in tiles on the Carousel (unless hovered over - see focusFg).
  • 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