Difference between revisions of "ShowCloseButton"

From SAP Enable Now Wiki
 
(3 intermediate revisions 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:ShowCloseButton.png|thumb|right|Example of the Close button displayed if showCloseButton=true]]
 
[[File:ShowCloseButton.png|thumb|right|Example of the Close button displayed if showCloseButton=true]]
If this parameter is set to '''<tt>true</tt>''' then a '''Close''' button is shown at the top of the 'Help Stripe'. The user can click on this button to close the Web Assistant (both the '''[[Carousel]]''' and the 'Help Stripe'). This is effectively the same as clicking on the '''Help''' button (?) again.
+
If this parameter is set to '''<tt>true</tt>''' (which is the default as of Web Assistant 3.0.12) then a '''Close''' button is shown at the top of the 'Help Stripe'. The user can click on this button to close the Web Assistant (both the '''[[Carousel]]''' and the 'Help Stripe'). This is effectively the same as clicking on the '''Help''' button (?) again.
  
 
==Usage==
 
==Usage==
 
Specified as:
 
Specified as:
  showCloseButton=true|'''false''']
+
  showCloseButton='''true'''|false]
 +
or
 +
closeButton='''true'''|false]
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 21:51, 9 November 2023


Scope

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

Purpose

Example of the Close button displayed if showCloseButton=true

If this parameter is set to true (which is the default as of Web Assistant 3.0.12) then a Close button is shown at the top of the 'Help Stripe'. The user can click on this button to close the Web Assistant (both the Carousel and the 'Help Stripe'). This is effectively the same as clicking on the Help button (?) again.

Usage

Specified as:

showCloseButton=true|false]

or

closeButton=true|false]