<we:field type="int">
Since version: - | Requires endtag: no
Description
This field is used to output an integer field of an object from within a <we:listview type="object"> tag.
Specific
Inside <we:linklist> this tag cannot have attributes.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- int (required module: DB/Object Modul)
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
Syntax
<we:field type="int" name="WE_PATH|WE_ID|wedoc_CreationDate|wedoc_ModDate|wedoc_ParentID|wedoc_Text" [hyperlink="true|false"] [href="attribute"] [target="_top|_parent|_self|_blank"] />
Examples
Example 1
<we:listview type="object" classid="1"> <we:repeat> <we:field type="int" name="Number"/><br> </we:repeat> </we:listview>