Wählen Sie Ihre Sprache:

<we:field type="href">

Since version: - | Requires endtag: no

Description

This tag is used to print the content of a "href" field and is used from within a <we:listview>.

Specific

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

Attributes

type

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

Allowed values:

  • href

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="href" name="WE_PATH|WE_ID|wedoc_CreationDate|wedoc_ModDate|wedoc_ParentID|wedoc_Text" />

Examples

Example 1

<we:listview>
  <we:repeat>
    <a href="<we:field type="href" name="PlanAsPDF"/>">Plan (PDF)</a><br>
  </we:repeat>
</we:listview>