Wählen Sie Ihre Sprache:

<we:ifFound>

Since version: - | Requires endtag: yes

Description

Content enclosed by this tag is only displayed if documents are found within a <we:listview>.

Syntax

<we:ifFound> ... </we:ifFound>

Examples

Example

<we:listview rows="10">
  <we:repeat>
    <we:field name="we_path"/><br>
  </we:repeat>
  <we:ifFound>
    <we:ifBack><we:back>back</we:back>&nbsp;</we:ifBack>
    <we:ifNext><we:next>next</we:next></we:ifNext>
  <we:else/>
    Leider kein Eintrag vorhanden.
  </we:ifFound>
</we:listview>