Skip to content

Cell Triggers (Proposal)

Martin Leopold edited this page Nov 9, 2013 · 3 revisions

Certain conditions might be used to trigger another cell. Triggering a cell means scrolling to it, if not already fully in view, and opening it.

Trigger conditions might be:

  • Vimeo player events (play, pause, finish a video)
  • A message from an IFrame
  • Clicking on a link cell
  • Opening a certain cell

It might be desirable to trigger either a single cells, multiple cells at once, or a random choice of a list of alternatives. Syntax examples:

  • Single (Trigger cell #1): 1
  • Multiple (Trigger cells #1, 2 and 3): 1,2,3
  • Random (Randomly trigger either #1, 2, or 3): 1/2/3
Clone this wiki locally