Actions
Actions are added to Event Handlers and Scripts to execute when an Event is triggered.
Last updated
Actions are added to Event Handlers and Scripts to execute when an Event is triggered.
Last updated
Async allows for the asynchronous running of Scripts, Connectors and web services in your app.
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
Decisions allow for the definition of conditional statements. On the page, these statements will execute some functionality according to a specific condition.
The action uses a JQuery dialog window to display some information or request a decision from a user.
The action will fetch a file from the server and request the user to download it.
Loop through a comma separated list of values and for each value do a certain action.
Include JavaScript code in your application.
You can use this action to navigate the user away from a page and onto another one.
You can use this action to display a notification to the user.
SetValue is used for setting the values of the various script elements.
Variables are placeholders for values inside a script. They can be initialised with a value or set using the SetValue action.
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.