Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The popup key is a flag indicating whether or not to show a pop-up window at the start of the frame. For a frame belonging to the inbox this means that the associated event is executed. For a frame of a regular story, a message dialog appears informing the user that new content is available for that story, which can trigger the user to activate the relevant story button.

The requiredExperienceLevel key specifies that an event is only executed for the indicated experience level. Experience levels are defined in the application configuration as a list, e.g. "Beginner;Intermediate;Expert". In a frame one refers to these levels by a number, e.g. if an event is only to be executed for experts, then this is configured as 

Code Block
xml
xml

<requiredExperienceLevel>3</requiredExperienceLevel>

The once key is a flag indicating whether or not that an event must be executed only once during a time frame.

...