How to use the Vote tag
In this article, the editor introduces in detail "how to use the Vote tag", the content is detailed, the steps are clear, and the details are handled properly. I hope this article "how to use the Vote tag" can help you solve your doubts.
Function: get the voting object.
Implementation class
Com.jspxcms.ext.web.directive.VoteDirective
Parameters.
SiteId: site ID. Several are separated by English commas, such as' 1Jing 2JO5'. The default is the current site, and if you want to get data from all sites, you can pass the empty string''.
Id: vote ID.
Number: voting code.
Status: status. Default: enabled.
Example
Get the voting object of ID bit 20:
[@ Vote id='20';vote] [# if vote??] ${vote.title?html} [# list vote.options as option] ${option.title} [/ # list] View the result [# else]
No vote.
[/ # if] [/ @ Vote] here, the article "how to use Vote tags" has been introduced. If you want to master the knowledge of this article, you still need to practice and use it. If you want to know more about related articles, welcome to follow the industry information channel.