Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 22 Next »

Overview

  • The Repeater is a container

  • You can add a number of components to Repeater

  • You can decide how the user interface (UI) looks like

  • The Repeater will call the components multiple times

  • Depending on how many records are in the model, the componrnt will repeat

Attributes

Model

  • The model is used to display content (fields) in the layout

  • Mainly used for the creating or editing of a record

  • You need to create a multi-record model for Repeater, refer to this link Models

  • In the Model attribute, select the model which is of multirecord type

Context Models

  • You can create a sub-model by using the Models attribute

  • A Context model is created by using a multi-record model

  • Create Models, Refer to this link Models

  • Click on Run & Preview

    • The record of the field added in the repeater will be displayed

  • No labels