Wählen Sie Ihre Sprache:

<we:sessionLogout>

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

Description

This tag is used to create a logout link. The target document has to be dynamic and must begin with the <we:sessionStart> tag. The entire content between the start and end tag is linked.

Attributes

id

Default value: - | since version: - | required: yes

Set the value of this attribute to the ID of the document to which to link. Set this attribute to "self" to link to the current document.


target

Default value: - | since version: - | required: no

Set this attribute to the target of the link (Window- or Framename).

Allowed values:

  • _top
  • _parent
  • _self
  • _blank

class

Default value: - | since version: - | required: no

Set this attribute to a classname you specified in a CSS stylesheet. Thus you control the appearance of the link.


style

Default value: - | since version: - | required: no

Set this attribute to one or more CSS style definitions. Thus you can control the appearance of a link without having defined a CSS class.


Syntax

<we:sessionLogout id="attribute" [target="_top|_parent|_self|_blank"] [class="attribute"] [style="attribute"]> ... </we:sessionLogout>