Difference between revisions of "Active Area"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ ==Scope== * '''Book Page''' content object > '''Active Area''' object ==Purpose== The '''Active Area''' object can be used to define an 'active' area on a Book...")
 
 
Line 35: Line 35:
 
** [[Padding (for elements that can contain text)|Padding Bottom]]
 
** [[Padding (for elements that can contain text)|Padding Bottom]]
 
** [[Padding (for elements that can contain text)|Padding Left]]
 
** [[Padding (for elements that can contain text)|Padding Left]]
 +
** [[Scrolling Text]]
 
** [[Opacity]]
 
** [[Opacity]]
 
* ''Shadow''
 
* ''Shadow''

Latest revision as of 20:59, 14 September 2020

Scope

  • Book Page content object > Active Area object

Purpose

The Active Area object can be used to define an 'active' area on a Book Page, that results in some action being triggered when it is clicked on or hovered over. This is useful for turning a part of an image or text into a clickable hotspot.

Properties

Available Actions

The following Actions can be selected for an Active Area object when it is used as the target of a triggered event:

  • Animate In: Display the Active Area using the method defined in the object's Animate In Effect property.
  • Animate Out: Hide the Active Area using the method defined in the object's Animate Out Effect property.
  • Animate Toggle: Show the Active Area if it is currently hidden, or hide it if it is currently displayed, using the object's Animate In Effect or Animate Out Effect property as appropriate.
  • Hide: Hide the Active Area (immediately, without regard to its Animate Out Effect property).
  • Show: Show the Active Area (immediately, without regard to its Animate In Effect property).
  • Toggle: Hide or show the Active Area (immediately).
  • View Link: Open the target of the Active Area object's Link To property (effectively, performing the action that would otherwise be performed if the Active Area itself had been clicked on).