您好,登錄后才能下訂單哦!
這篇“CommentList和CommentPage標簽怎么用”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“CommentList和CommentPage標簽怎么用”文章吧。
作用:獲取評論列表和評論分頁。
com.jspxcms.core.web.directive.CommentListDirective
com.jspxcms.core.web.directive.CommentPageDirective
siteId:站點ID。多個用英文逗號分隔,如'1,2,5'。默認為當前站點,如果要獲取所有站點的數據,可以傳空字符串''。
fid:信息ID。
status:狀態。默認:1(已審核)、2(推薦)。
獲取當前站點的評論列表:
[@CommentList limit='8';list] [#list list as comment] ${comment.creator.username}: ${comment.text!?html} [/#list] [/@CommentList]
獲取當前文章的評論列表(詳細頁有默認的info對象,可以直接使用):
[@CommentList fid=info.id limit='8';list] [#list list as comment] ${comment.creator.username}: ${comment.text!?html} [/#list] [/@CommentList]
分頁標簽示例(Param.fid可以獲取從url的參數,如/comment.jspx?fid=78,可以在模板中使用Param.fid獲取值):
[@CommentPage fid=Param.fid pageSize='20';pagedList] [#list pagedList.content as comment] ${comment.creator.username}: ${comment.text!?html} [/#list] [#--包含分頁模板--] [#include 'page.html'/] [/@CommentPage]
以上就是關于“CommentList和CommentPage標簽怎么用”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。