Skip to content

Actions

Actions

An action ties an event on a screen — a touch or connected-device signal — to a player response, such as advancing to the next item or jumping to a specific layout. Actions are how you build interactivity on touch screens, kiosks, and integrated installations.

Get there: sidebar → Actions

Each action has two halves:

  1. Trigger — what fires it: a touch event or signal from a connected device.
  2. Target — what the player does in response: play next, play previous, jump to a layout, or run a command.

When the trigger condition is met on a screen, the player runs the target. A typical use: a touch-screen kiosk where touching anywhere advances to the next product page. That’s a single action with a Touch trigger and a Next target type, attached to the layout.

ColumnWhat it shows
SourceThe layout, region, or widget the action is attached to
TriggerThe trigger type — touch or navigate
Trigger CodeOptional label used by connected-device triggers
ActionThe target action type
TargetThe target object, if any
Layout CodeThe destination layout code, for navigate actions

Right-click a row for Delete. Tick checkboxes to enable a bulk Delete (N) button.

An action is attached to one of three source types:

SourceScope
LayoutThe whole layout — touch anywhere triggers the action
RegionJust the region — touch within the region triggers it
WidgetA specific widget inside a region

Choose the layout, region, or widget the action should listen to.

TriggerFires when
TouchThe viewer touches or clicks the source on the screen
NavigateThe player receives a navigation signal from a connected device, such as a barcode scanner or remote control

The optional Trigger Code identifies which navigation signal the action listens for. Two actions on the same layout with different codes can do different things.

ActionWhat the player does
NextAdvance to the next item in the region’s playlist
PreviousGo back to the previous item
NavigateJump to a specific layout, identified by its layout code
CodeRun a player command
  1. Click the + button (tooltip: New Action).
  2. On the Trigger tab:
    • Source type — Layout, Region, or Widget.
    • Source — choose the layout, region, or widget.
    • Trigger Type — Touch or Navigate.
    • Trigger Code — optional, for navigation triggers.
    • Action Type — Next, Previous, Navigate, or Code.
  3. Switch to the Target tab if the action needs a destination:
    • Target type — Layout, Region, or Widget (Navigate actions only).
    • Target — choose the destination.
    • Layout Code — destination layout code, for navigate-to-layout.
  4. Click Create Action.

A help-mode toggle in the dialog header reveals inline tips on each field.

Right-click → Delete and confirm.

For bulk delete, tick the row checkboxes and click Delete (N) in the toolbar. A confirmation dialog asks you to confirm.

To advance a touch-screen kiosk to the next page when touched anywhere:

  • Source: Layout, choose the kiosk layout
  • Trigger Type: Touch, Trigger Code: blank
  • Action Type: Next

Save. From now on, any touch on a screen playing that layout advances the playlist.

The page appears only when your role includes action access. Create and delete buttons appear based on your action permissions.