Wählen Sie Ihre Sprache:

<we:back>

Since version: 1.5.2 | Requires endtag: yes

Description

This tag is used to create a link back to the previous page within a <we:listview>. The entire content between the start and end tags will form the link.

Specific

This tag may only be used between the start end end tags of a <we:listview>. No other tags may be used within a <we:back> tag.

Attributes

class

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

Enter the name of a class which is defined in a CSS stylesheet. Thereby the appearance of a link is adjusted.


style

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

Enter one or more CSS style definitions. Thus, the appearance of a link is adjustable without having defined a CSS class.


xml

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

Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.

Allowed values:

  • true
  • false

Syntax

<we:back [class="attribute"] [style="attribute"] [xml="true|false"]> ... </we:back>

Examples

Example

<we:listview>
  <we:repeat>
    <we:field name="Title" type="text"/><br>
  </we:repeat>
  <we:ifBack><we:back>back</we:back></we:ifBack><br>
  <we:ifNext><we:next>next</we:next></we:ifNext>
</we:listview>

See Also