Image

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.



Add an Image


Properties

  1. Image

    Select an image to display to the user.
  2. Alt Text

    Text to display when the image is not available to be displayed.
  3. Height

    Height the image should display at. If left empty (Default) it will display at its original height.
  4. Width

    Width the image should display at. If left empty (Default) it will display at its original width.
  5. Visible

    Set to False if you don't want this control to render on the page and be visible to the user.
Warning
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.

Events

  1. Click

    An event that triggers when the image is clicked.