<we:tr>
Since version: 3.1.0.0 | Requires endtag: yes
Description
The <we:tr> Tag corresponds to the HTML-tag <tr> and is used to define a table row.
Specific
The <we:tr> tag has to be within a <we:listview>.
Attributes
xml
Default value: - | since version: - | required: no
Setting this attribute to "true" generates code conforming to the XHTML standard. Leaving it unset or setting it to "false" generates HTML code.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
Syntax
<we:tr [xml="true|false"] [cachelifetime="attribute"]> ... </we:tr>