<we:field type="flashmovie">
Since version: - | Requires endtag: no
Description
This tag is used from within a <we:listview> tag to output a "flashmovie" field.
Specific
Inside <we:linklist> this tag cannot have attributes.
Attributes
type
Default value: - | since version: - | required: yes
Allowed values:
- flashmovie
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
width
Default value: - | since version: - | required: no
height
Default value: - | since version: - | required: no
Syntax
<we:field type="flashmovie" name="WE_PATH|WE_ID|wedoc_CreationDate|wedoc_ModDate|wedoc_ParentID|wedoc_Text" [width="attribute"] [height="attribute"] />
Examples
Example 1
<we:listview> <we:repeat> <we:field type="flashmovie" name="MyFlash" width="100" height="100"/><br> </we:repeat> </we:listview>