Skip to main content

Tiles

Purpose

The Tiles ViewTemplate displays multiple datasets as visually structured tiles. It is suitable for overview pages in which records should be shown with more graphical emphasis than in a classic table.

Tiles ViewTemplate Figure: Tiles ViewTemplate displaying records as tiles.

Behavior

Each tile can contain the following fields:

  • iconField
  • titleField
  • infoTopField
  • subtitleField
  • descriptionField
  • infoBottomField

The layout is controlled through tilePresentation:

  • LANDSCAPE places the icon on the left and the text on the right
  • PORTRAIT places the icon above the text

If a configured field has no value, the corresponding section is not rendered.

Configuration

PropertyDescriptionRequired
iconFieldDefines the image or icon.No
titleFieldDefines the main title.Yes
infoTopFieldDefines optional text above the subtitle.No
subtitleFieldDefines optional secondary text.No
descriptionFieldDefines descriptive text.No
infoBottomFieldDefines additional text in the lower area.No
tilePresentationDefines the tile layout as LANDSCAPE or PORTRAIT.No

Example usage

An example can be found in ProductFilter_view, where products are displayed as tiles with image and descriptive information.