How it works
Last updated
Was this helpful?
Last updated
Was this helpful?
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 have three main areas of responsibility:
contain that display data and that users interact with.
s connect to data sources to fetch, add or change data.
and (Javascript) are the glue between page controls and the s.
Event handlers and use actions to:
Assign data from s to controls
Retrieve data from controls to pass on to s
Dynamically change control properties and data
Event handlers are triggered by . When events fire, they run their event handlers. Examples of events:
Load
Click
Change
Stadium applications are designed in and hosted on .