Wählen Sie Ihre Sprache:

<we:else>

Since version: 1.5.2 | Requires endtag: no

Description

This tag is used to add alternative conditions within an if-type tag (e.g. <we:ifEditmode>, <we:ifNotVar>, <we:ifNotEmpty>, <we:ifFieldNotEmpty>, …).

Specific

This tag may only be used within if-type tags, such as <we:ifEditmode>, <we:ifNotVar>, <we:ifNotEmpty>, <we:ifFieldNotEmpty>, …

Syntax

<we:else />

Examples

Example #1

<we:ifEditmode>
 ...
<we:else/>
  ...          
</we:ifEditmode>