Stadium
  • Home
  • Academy
  • How it works
    • Designer
    • Application Manager
    • Application users and roles
    • Designing applications
    • User API
  • Features
    • Application
    • Create a Form
    • Embedded Files
    • Events
    • Expression Editor
    • Pages
    • Preview
    • Publish
    • Scripts and Event Handlers
    • Session Variables
    • Settings
    • Styles
    • StyleSheet
    • Templates
    • Types
    • Validations Cheat Sheet
  • Connectors
    • Database Connector
    • File System Connector
    • Web Service Connector
  • Controls
    • Button
    • Chart
    • Checkbox
    • Checkbox List
    • Container
    • Data Grid
    • Date Picker
    • Drop Down
    • Flexbox
    • Grid
    • Image
    • Label
    • Link
    • Menu
    • Panel
    • Radio Button List
    • Repeater
    • Table
    • Text Box
    • Upload File
  • Actions
    • Async
    • Call Web Service
    • Decision (If/Else)
    • Display Message Box
    • Download File
    • For Each
    • Java Script
    • Navigate To Page
    • Notification
    • Set Value
    • Variable
    • While
  • Release Notes
    • 6.12.3272
    • 6.12.3270
    • 6.12.3268
    • 6.12.3264
    • 6.11.3223
    • 6.11.3221
    • 6.11.3220
    • 6.11.3218
    • 6.11.3210
    • 6.10.3155
    • 6.10.3151
    • 6.9.3102
    • 6.8.3100
    • 6.7.3096
    • 6.6.3082
    • 6.6.3081
    • 6.6.3080
    • 6.6.3075
    • 6.5.3055
    • 6.4.3036
    • 6.4.3034
    • 6.4.3033
    • 6.3.3019
    • 6.2.2999
    • 6.2.3001
    • 6.1.2990
    • 6.0.2972
    • 6.0.2970
    • 6.0.2969
Powered by GitBook
On this page

Was this helpful?

Actions

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

PreviousUpload FileNextAsync

Last updated 8 months ago

Was this helpful?


Async allows for the asynchronous running of , s 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.

Call Webservice
Decision (If/Else)
Display Message Box
Download File
For Each
Java Script
Navigate To Page
Notification
Set Value
Variable
While
Async
Scripts
Connector