downloadTalkBacks
The downloadTalkBacks tqTag enables talk-back on a download Web page.
downloadTalkBacks - Syntax
<tqtag name="talkbacks0" type="downloadTalkBacks" maxItems="999" >
...
</tqtag>
downloadTalkBacks - Parameters
| Parameter Name |
Type |
Mandatory |
Strict | Transitional |
Case Sensitive |
Description |
| type |
Text |
+ |
S |
+ |
must be downloadTalkBacks |
| name |
Text |
+ |
S |
+ |
should be unique tqtag name in the template. no spaces/commas/single quote/double quotes allowed |
| maxItems |
Number |
- |
S |
|
The max number of file talkbacks to display in a page |
downloadTalkBacks - Local Variables
| Name |
Type |
Size |
Description |
| addDate |
datetime |
|
The datetime the section was created or last modified. can be formated using 2009-01-09 10:50:01df:[format]! |
| content |
text |
65535 |
Talkback content |
| counter |
number |
6 |
running number (1...n) |
| downloadID |
number |
8 |
The object who recieves the talkback |
| highlighted |
text |
3 |
Talkback marked as recommended (on for true, off for false) |
| highlightTalkBack |
text |
~50 |
Url to mark talkback as recommended |
| rating |
number |
2 |
The score that the user gave to the file when provided the talkback |
| responderID |
number |
12 |
The customer # that provided the talkback |
| talkBackAddDate |
datetime |
|
The time and date the talkback was created or last modified; format using 2009-01-09 10:50:01df:[format]! |
| title |
text |
150 |
Talback title |
| violation |
number |
1 |
0 represents talkback was not marked offensive. 1 represent talkback mared offensive |
| writer |
text |
100 |
The username who wrote the talkback - free text (not taken from the ezadmin3 users or customers) |
downloadTalkBacks - Examples
Example 1 - downloadTalkBacks example
<ul>
<tqtag name="talkbacks0" type="downloadTalkBacks" maxItems="999" >
<li>
<a href="#">@counter@. @title@</a> מאת: @writer@ <span>(published: @addDate@df:%H:%i, %d.%m.%Y!)</span>
<div>@content@</div>
</li>
</tqtag>
</ul>
downloadTalkbacks - tqOptions
Within the downloadTalkBacks tqtag you can use the following tqoptions:
head,
if,
lastItemInRow,
tail.