Wählen Sie Ihre Sprache:

<we:registerSwitch>

Since version: - | Requires endtag: no | Required modules: customer

Description

This tag generates a switch with which you can shift between the status of a registered and an unregistered user while in edit-mode. If you have used the <we:ifRegisteredUser> and <we:ifNotRgisteredUser> tags, this tag allows you to see the different views and and to keep control of the layout.

Syntax

<we:registerSwitch />

Examples

Example

<we:registerSwitch />
<we:ifRegisteredUser>
....
<we:else />
....
</we:ifRegisteredUser>