Image
Last updated
Last updated
Display an image to the user. Images can be selected from many different sources, including from Connectors (Databases, File systems and Web Services), Static Data or the Stadium Gallery.
Images uploaded to the Gallery are embedded within your application and are always available unless removed from the Gallery.
Image
Select an image to display to the user.
Alt Text
Text to display when the image is not available to be displayed.
Height
Height the image should display at. If left empty (Default) it will display at its original height.
Width
Width the image should display at. If left empty (Default) it will display at its original width.
Visible
Set to False if you don't want this control to render on the page and be visible to the user.
Important When using a SVG image that does not have width and height specified on the SVG itself, you must specify the width and height properties in Stadium for the image to display in your application.
Click
An Event that triggers when the image is clicked.