fbpx
Stadium Web Application Tool

New Release: Stadium 5.22

We are really excited to release this version! It includes the first release of the Repeater control that we have been working very hard on! 

Repeater

Cards, lists, tables are just some of the ways to display a dataset on a webpage. In Stadium, we wanted to introduce a control that allows you to display your dataset on your page without restricting you in how you want to display it. 

The Repeater control is a visual template that allows you total freedom to design a view for the dataset. At design time, the visual template represents the view of one object in the dataset. At runtime, this visual template you designed is taken and applied uniformly to every item in the dataset. To control the layout of the repeated items on your page, simply drop the Repeater into a Layout Control

View at design time
View at runtime

Using the Repeater is a 3 step process:

  1. Build the template
  2. Create the ItemLoad event
  3. Assign the dataset

Look at the Repeater in our docs for more info on each of these steps.

Application Head Property

When building applications, one often requires a 3rd party javascript library. It is now possible to include such a library in Stadium by adding it into the Head property of the application. Whatever you type into the Head property, is included as-is into the HTML <head> element of the application. That means, whatever is allowed in a normal HTML head, can also be typed into the Head property in Stadium.

Let’s look at an example. A while ago I came across this great markdown editor created by ToastUI, and luck so has it that it would work extremely well in the current application I am building in Stadium. So I head over to the Application node in the Application Explorer and open the Head editor. Once there, I add the script and stylesheet of the ToastUI Editor and hit Save. Once this has been done, I can now use the ToastUI library in any JavaScript action or expression throughout my application.

I hope that my explanation of the new Stadium features here has inspired you to go and try out the Repeater! And when you have, please let us know what your experience was using it. Read further on all our other controls in our docs.

Scroll to top