Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Repeater is a container

  • You can add a number of components to the Repeater

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

  • The Repeater will call repeat the components multiple times

  • Depending The component will repeat depending on how many records are in the model, the component will repeat.

Attributes

Model

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

  • Mainly used to create or edit a record

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

  • In the Modelattribute, select the model which is of multi-record typeBasically, the Repeater required multiple records, so it required a multi-record model or an array of the single-record model, Refer to this link Models

...

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

...