How it works

Stadium applications consist of inter-related components that are arranged and connected in such a way that specific user objectives can be achieved.


Stadium applications

Stadium applications have three main areas of responsibility:

  1. Pages contain controls that display data and that users interact with.

  2. Connectors connect to data sources to fetch, add or change data.

  3. Event handlersarrow-up-right and Scripts (Javascript) are the glue between page controls and the Connectors.

    • Event handlers and Scripts use actions to:

      1. Assign data from Connectors to controls

      2. Retrieve data from controls to pass on to Connectors

      3. Dynamically change control properties and data

    • Event handlers are triggered by events. When events fire, they run their event handlers. Examples of events:

      • Load

      • Click

      • Change

Stadium applications are designed in Stadium Designer and hosted on Stadium Application Manager.

Last updated

Was this helpful?