DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

<foreach>

The tag <foreach> is not related with a class. It is a special tag which was introduced to process arrays.

Tag Data type Description
foreach Object Repeat the sequence inside the tag.

<foreach [attribute] ref = "myData"”> ... </foreach>

Description
Repeat the sequence inside the tag. The number of repetitions is the size of the reference attribute.
Attribute
  • id = "for1" Optional attribute but it is requested when using reference to this object. The reference will be “for1”.