Wählen Sie Ihre Sprache:

<we:repeat>

Since version: - | Requires endtag: yes

Description

Content enclosed within this tag is repeated for every entry found by a <we:listview>.

Specific

This tag may only be used within a <we:listview> section.

Syntax

<we:repeat> ... </we:repeat>

Examples

Example #1

<we:listview type="object" rows="3" name="events" classid="2" seeMode="true">
  <we:repeat>
    <h2><we:field name="Eventname"/></h2>
    <we:field name="Eventdate" type="date" format="[Y-m-d]"/><br />
    <we:field name="Eventdescription"/></br>
  </we:repeat>
</we:listview>