Wählen Sie Ihre Sprache:

<we:field type="link">

Since version: - | Requires endtag: no

Description

This tag is used to output a link and may only be used within a <we:listview> section.

Specific

Inside <we:linklist> this tag cannot have attributes.

Attributes

type

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

Allowed values:

  • link

name

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

Set this attribute to the name of the target field to be put out.

Allowed values:

  • WE_PATH
  • WE_ID
  • wedoc_CreationDate
  • wedoc_ModDate
  • wedoc_ParentID
  • wedoc_Text

Syntax

<we:field type="link" name="WE_PATH|WE_ID|wedoc_CreationDate|wedoc_ModDate|wedoc_ParentID|wedoc_Text" />

Examples

Example 1

<we:listview>
  <we:repeat>
    <we:field type="link" name="MyLink"/><br>
  </we:repeat>
</we:listview>