Wählen Sie Ihre Sprache:

<we:field type="float">

Since version: - | Requires endtag: no

Description

This tag puts out the content of a float field from an object within a <we:listview type="object">.

Specific

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

Attributes

type

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

Allowed values:

  • float

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

hyperlink

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

Allowed values:

  • true
  • false

href

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


target

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

Allowed values:

  • _top
  • _parent
  • _self
  • _blank

num_format

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

Allowed values:

  • german
  • french
  • english

Syntax

<we:field type="float" name="WE_PATH|WE_ID|wedoc_CreationDate|wedoc_ModDate|wedoc_ParentID|wedoc_Text" [hyperlink="true|false"] [href="attribute"] [target="_top|_parent|_self|_blank"] [num_format="german|french|english"] />

Examples

Example 1

<we:listview type="object" classid="1">
  <we:repeat>
    <we:field type="float" name="Preis" num_format="german" precision="2"/><br>
  </we:repeat>
</we:listview>