Image

Article • 02.08.2022 • 2 minute(s) to read

Image

Image displays pictures in common formats that browsers can render like PNG, JPG, etc.

Control properties

  • Label text - Caption rendered above the Form Control thus identifying it to the Users.
  • Image url - URL to the image resource entered either directly or as a Form Control Expression. HTTP and HTTPS URLs are allowed. Furthermore, also images stored as files in the Novunex Platform can be displayed. To use images stored as file, the URL property of a File Attribute needs to be entered here. For instance, if the Variable is called MyVar and the Attribute MyFile, then #[MyVar.MyFile.Url] is the correct Form Control Expression to retrieve the image’s URL.
  • Image width - Width of the image in pixels. If set to zero, the image is automatically scaled to the available space on the Form.
  • Image height - Height of the image in pixels. If set to zero, the image is automatically scaled to the available space on the Form.
  • Alternative text - Text shown when the actual image could not be loaded or displayed. The text can be entered manually or as a Form Control Expression
  • Condition type - Allows you to hide the Form Control based on a Form Control Expression evaluating to true or false:
    • Display condition - Hides the Form Control when the Form Control Expression evaluates to false and shows it when the Form Control Expression evaluates to true.
In this article