Actions

Actions are added to Event Handlers and Scripts to execute when an Event is triggered.


Async

Async allows for the asynchronous running of Scripts, Connectors and web services in your app.


Call Webservice

A Web Service is a method of communication between two electronic devices over http. You can use a Web Service to pull in some information generated by another application onto a Stadium page


Decision (If/Else)

Decisions allow for the definition of conditional statements. On the page, these statements will execute some functionality according to a specific condition.


Display Message Box

The action uses a JQuery dialog window to display some information or request a decision from a user.


Download File

The action will fetch a file from the server and request the user to download it.


For Each

Loop through a comma separated list of values and for each value do a certain action.


Java Script

Include JavaScript code in your application.


Navigate To Page

You can use this action to navigate the user away from a page and onto another one.


Notification

You can use this action to display a notification to the user.


Set Value

SetValue is used for setting the values of the various script elements.


Variable

Variables are placeholders for values inside a script. They can be initialised with a value or set using the SetValue action.


While

A type of loop that will evaluate a specified condition either at the beginning or at the end of each iteration, and that will continue to loop whilst the condition is true.

Last updated